Append build number to builds compiled by the CI (#678)

This commit is contained in:
BONNe 2019-05-14 14:01:58 +03:00 committed by Florian CUNY
parent 1207a05d3f
commit 625074cf0d
1 changed files with 8 additions and 0 deletions

View File

@ -225,6 +225,14 @@
</dependencies>
<build>
<!-- By default ${revision} is ${build.version}-SNAPSHOT -->
<!-- If GIT_BRANCH variable is set to origin/master, then it will be only ${build.version}. -->
<!-- By default ${build.number} is -LOCAL. -->
<!-- If the BUILD_NUMBER variable is set, then it will be -b[number]. -->
<!-- If GIT_BRANCH variable is set to origin/master, then it will be the empty string. -->
<finalName>${project.name}-${revision}${build.number}</finalName>
<defaultGoal>clean package</defaultGoal>
<resources>
<resource>