13
0
geforkt von Mirrors/Paper

Replace gitdescribe with scriptus

By: Thinkofdeath <thinkofdeath@spigotmc.org>
Dieser Commit ist enthalten in:
CraftBukkit/Spigot 2015-03-16 10:12:03 +00:00
Ursprung 134f0a3d31
Commit 7cf2c26d00

Datei anzeigen

@ -91,25 +91,21 @@
<defaultGoal>clean install</defaultGoal>
<plugins>
<plugin>
<groupId>com.lukegb.mojo</groupId>
<artifactId>gitdescribe-maven-plugin</artifactId>
<version>2.0</version>
<groupId>net.md-5</groupId>
<artifactId>scriptus</artifactId>
<version>0.2</version>
<configuration>
<outputPrefix>${buildtag.prefix}</outputPrefix>
<outputPostfix>${buildtag.suffix}</outputPostfix>
<extraArguments>
<extraArgument>--always</extraArgument>
</extraArguments>
<format>git-Bukkit-%s</format>
</configuration>
<executions>
<execution>
<phase>compile</phase>
<phase>initialize</phase>
<goals>
<goal>gitdescribe</goal>
<goal>describe</goal>
</goals>
</execution>
</executions>
</plugin>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>