Produce remapped jars after bootstrap jar

This commit is contained in:
md_5 2021-11-26 09:41:18 +11:00
parent 99f3dddeac
commit d95422478a
No known key found for this signature in database
GPG Key ID: E8E901AC7C617C11

View File

@ -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>