summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>