Build with -DbuildNo={build number}

This commit is contained in:
Daniel Saukel 2016-05-21 23:03:34 +02:00
parent 4695c024ab
commit b38f41851d
2 changed files with 5 additions and 2 deletions

View File

@ -1 +1 @@
mvn clean package -DSkipTests
mvn clean package -DbuildNo=""

View File

@ -2,11 +2,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.dre2n</groupId>
<artifactId>dungeonsxl</artifactId>
<version>0.12-SNAPSHOT</version>
<version>0.12-SNAPSHOT${buildNo}</version>
<packaging>jar</packaging>
<name>DungeonsXL</name>
<url>https://dre2n.github.io</url>
<description>Create custom dungeons and adventure maps with ease!</description>
<properties>
<skipTests>true</skipTests>
</properties>
<build>
<finalName>dungeonsxl-${project.version}</finalName>
<sourceDirectory>src/main/java</sourceDirectory>