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:
Adam
2019-04-11 17:33:05 -04:00
parent 3ffa7128c0
commit 410eacfd6a
2 changed files with 19 additions and 0 deletions

View File

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