Improved jar filename

includes build number
This commit is contained in:
mcmonkey 2018-10-26 10:37:07 -07:00
parent 44ee5a2bfe
commit 8cf35b9041
No known key found for this signature in database
GPG Key ID: 2F0F11928478A6F5
3 changed files with 11 additions and 2 deletions

4
dist/pom.xml vendored
View File

@ -13,6 +13,10 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<finalName>Citizens-${CITIZENS_VERSION}-b${BUILD_NUMBER}</finalName>
<appendAssemblyId>false</appendAssemblyId>
</configuration>
<version>2.2</version>
<executions>
<execution>

View File

@ -17,8 +17,6 @@
<vault.version>1.5.4</vault.version>
<powermock.version>1.4.12</powermock.version>
<bstats.version>1.2</bstats.version>
<build.number>Unknown</build.number>
<BUILD_NUMBER>Unknown</BUILD_NUMBER>
</properties>
<repositories>

View File

@ -8,6 +8,13 @@
<groupId>net.citizensnpcs</groupId>
<artifactId>citizens-parent</artifactId>
<version>2.0.24-SNAPSHOT</version>
<properties>
<BUILD_NUMBER>Unknown</BUILD_NUMBER>
<CITIZENS_VERSION>2.0.24</CITIZENS_VERSION>
</properties>
<build>
<defaultGoal>clean package install</defaultGoal>
</build>
<modules>
<module>main</module>
<module>v1_8_R3</module>