Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
MCMS
Commits
d2f644f0
Commit
d2f644f0
authored
Oct 12, 2020
by
guwd
Browse files
版本号修复
parent
7d36ed09
Changes
1
Show whitespace changes
Inline
Side-by-side
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
Supports
Markdown
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