Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
cms_sys
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
西魏
cms_sys
Commits
d2f644f0
Commit
d2f644f0
authored
Oct 12, 2020
by
guwd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
版本号修复
parent
7d36ed09
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
3 deletions
+19
-3
pom.xml
pom.xml
+19
-3
No files found.
pom.xml
View file @
d2f644f0
...
@@ -8,7 +8,10 @@
...
@@ -8,7 +8,10 @@
<artifactId>
ms-mcms
</artifactId>
<artifactId>
ms-mcms
</artifactId>
<version>
5.1
</version>
<version>
5.1
</version>
<name>
ms-mcms
</name>
<name>
ms-mcms
</name>
<!-- 打包jar包 -->
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
<!-- 打包war包 -->
<!-- <packaging>war</packaging> -->
<properties>
<properties>
<java.version>
1.8
</java.version>
<java.version>
1.8
</java.version>
</properties>
</properties>
...
@@ -31,6 +34,7 @@
...
@@ -31,6 +34,7 @@
<dependency>
<dependency>
<groupId>
net.mingsoft
</groupId>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-mpeople
</artifactId>
<artifactId>
ms-mpeople
</artifactId>
<version>
1.0.28
</version>
</dependency>
</dependency>
<!-- 此部分是铭飞平台MStroe的客户端(MStore不在铭飞开源产品范围),如果不需要使用MStore可以删除掉 -->
<!-- 此部分是铭飞平台MStroe的客户端(MStore不在铭飞开源产品范围),如果不需要使用MStore可以删除掉 -->
...
@@ -42,6 +46,7 @@
...
@@ -42,6 +46,7 @@
<dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter
</artifactId>
<artifactId>
spring-boot-starter
</artifactId>
<version>
2.2.2.RELEASE
</version>
<exclusions>
<exclusions>
<exclusion>
<exclusion>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
...
@@ -76,17 +81,28 @@
...
@@ -76,17 +81,28 @@
<fork>
true
</fork>
<fork>
true
</fork>
</configuration>
</configuration>
</plugin>
</plugin>
<!-- 打包war包使用 -->
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-war-plugin
</artifactId>
<configuration>
<warSourceExcludes>
src/main/resources/**
</warSourceExcludes>
<warName>
mcms
</warName>
</configuration>
</plugin>
</plugins>
</plugins>
<resources>
<resources>
<resource>
<resource>
<filtering>
true
</filtering>
<filtering>
true
</filtering>
<directory>
src/main/webapp
</directory>
<directory>
src/main/webapp
</directory>
<excludes>
<excludes>
<!--打包生产
-->
<!--打包生产
-->
<!--
<exclude>static/</exclude>
<exclude>
static/
</exclude>
<exclude>
html/
</exclude>
<exclude>
html/
</exclude>
<exclude>
upload/
</exclude>
<exclude>
upload/
</exclude>
<exclude>templets/</exclude> --
>
<exclude>
templets/
</exclude
>
</excludes>
</excludes>
</resource>
</resource>
<resource>
<resource>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment