summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorThinkofdeath <thinkofdeath@spigotmc.org>2015-03-16 10:12:03 +0000
committerThinkofdeath <thinkofdeath@spigotmc.org>2015-03-16 10:12:03 +0000
commit1cccea969ec4e0c73233e9fe47237628ad2a385d (patch)
treeb7995d2ad12705f3f6e489540e762a4cd43a0c98 /pom.xml
parent6323c683bf2bd6f2ca2c87952b6665fbc62b5c6e (diff)
downloadcraftbukkit-1cccea969ec4e0c73233e9fe47237628ad2a385d.tar
craftbukkit-1cccea969ec4e0c73233e9fe47237628ad2a385d.tar.gz
craftbukkit-1cccea969ec4e0c73233e9fe47237628ad2a385d.tar.lz
craftbukkit-1cccea969ec4e0c73233e9fe47237628ad2a385d.tar.xz
craftbukkit-1cccea969ec4e0c73233e9fe47237628ad2a385d.zip
Replace gitdescribe with scriptus
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml18
1 files changed, 7 insertions, 11 deletions
diff --git a/pom.xml b/pom.xml
index 134f52a8..d8f00544 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>