mirror of
https://github.com/ZSCNetSupportDept/WechatTicketSystem.git
synced 2025-10-28 15:45:04 +08:00
add build count for tomcat parallel deployment
This commit is contained in:
3
pom.xml
3
pom.xml
@@ -10,6 +10,7 @@
|
||||
<packaging>war</packaging>
|
||||
|
||||
<properties>
|
||||
<project.build.buildCount>001</project.build.buildCount>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<java.version>1.8</java.version>
|
||||
<source>1.8</source>
|
||||
@@ -28,7 +29,7 @@
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
<finalName>${project.artifactId}</finalName>
|
||||
<finalName>${project.artifactId}#${project.build.buildCount}</finalName>
|
||||
</build>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user