From 1cccea969ec4e0c73233e9fe47237628ad2a385d Mon Sep 17 00:00:00 2001
From: Thinkofdeath <thinkofdeath@spigotmc.org>
Date: Mon, 16 Mar 2015 10:12:03 +0000
Subject: [PATCH] Replace gitdescribe with scriptus

---
 pom.xml | 18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

diff --git a/pom.xml b/pom.xml
index 134f52a84c..d8f00544cd 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>