pom: add reproducable build plugin
The previous attempt at this was running the reproducable-build-maven-plugin after jarsigning, which results in the jar not verifying correctly.
This commit is contained in:
@@ -347,6 +347,11 @@
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<!-- Strip jar before signing -->
|
||||
<plugin>
|
||||
<groupId>io.github.zlika</groupId>
|
||||
<artifactId>reproducible-build-maven-plugin</artifactId>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jarsigner-plugin</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user