use maven's native reproducible build support

Co-authored-by: Max Weber <mii7303@gmail.com>
This commit is contained in:
Adam
2021-08-30 20:33:55 -04:00
parent 48da3f30fd
commit e37292267b
3 changed files with 18 additions and 22 deletions

View File

@@ -318,7 +318,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.1</version>
<version>3.2.3</version>
<executions>
<execution>
<phase>package</phase>
@@ -338,11 +338,6 @@
</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>