Produce remapped jars after bootstrap jar
This commit is contained in:
parent
99f3dddeac
commit
d95422478a
4
pom.xml
4
pom.xml
@ -484,7 +484,7 @@
|
|||||||
<artifactId>specialsource-maven-plugin</artifactId>
|
<artifactId>specialsource-maven-plugin</artifactId>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<phase>package</phase>
|
<phase>verify</phase>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>remap</goal>
|
<goal>remap</goal>
|
||||||
</goals>
|
</goals>
|
||||||
@ -497,7 +497,7 @@
|
|||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
<execution>
|
<execution>
|
||||||
<phase>package</phase>
|
<phase>verify</phase>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>remap</goal>
|
<goal>remap</goal>
|
||||||
</goals>
|
</goals>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user