geforkt von Mirrors/Paper
Replace gitdescribe with scriptus
By: Thinkofdeath <thinkofdeath@spigotmc.org>
Dieser Commit ist enthalten in:
Ursprung
134f0a3d31
Commit
7cf2c26d00
@ -91,25 +91,21 @@
|
|||||||
<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>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-jar-plugin</artifactId>
|
<artifactId>maven-jar-plugin</artifactId>
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren