mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-02 07:23:43 +01:00
Replace gitdescribe with scriptus
This commit is contained in:
parent
6323c683bf
commit
1cccea969e
16
pom.xml
16
pom.xml
@ -91,21 +91,17 @@
|
|||||||
<defaultGoal>clean install</defaultGoal>
|
<defaultGoal>clean install</defaultGoal>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.lukegb.mojo</groupId>
|
<groupId>net.md-5</groupId>
|
||||||
<artifactId>gitdescribe-maven-plugin</artifactId>
|
<artifactId>scriptus</artifactId>
|
||||||
<version>2.0</version>
|
<version>0.2</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<outputPrefix>${buildtag.prefix}</outputPrefix>
|
<format>git-Bukkit-%s</format>
|
||||||
<outputPostfix>${buildtag.suffix}</outputPostfix>
|
|
||||||
<extraArguments>
|
|
||||||
<extraArgument>--always</extraArgument>
|
|
||||||
</extraArguments>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<phase>compile</phase>
|
<phase>initialize</phase>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>gitdescribe</goal>
|
<goal>describe</goal>
|
||||||
</goals>
|
</goals>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
|
Loading…
Reference in New Issue
Block a user