mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-31 22:30:15 +00:00
Produce remapped jars after bootstrap jar
This commit is contained in:
parent
99f3dddeac
commit
d95422478a
1 changed files with 2 additions and 2 deletions
4
pom.xml
4
pom.xml
|
@ -484,7 +484,7 @@
|
|||
<artifactId>specialsource-maven-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>package</phase>
|
||||
<phase>verify</phase>
|
||||
<goals>
|
||||
<goal>remap</goal>
|
||||
</goals>
|
||||
|
@ -497,7 +497,7 @@
|
|||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
<phase>package</phase>
|
||||
<phase>verify</phase>
|
||||
<goals>
|
||||
<goal>remap</goal>
|
||||
</goals>
|
||||
|
|
Loading…
Add table
Reference in a new issue