Skip to content

Commit 3e1afa4

Browse files
authored
configure for Reproducible Builds (#116)
1 parent 1d1580e commit 3e1afa4

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

pom.xml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
<properties>
8585
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
8686
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
87+
<project.build.outputTimestamp>10</project.build.outputTimestamp>
8788
<spotbugs.excludeFilterFile>spotbugsexclude.xml</spotbugs.excludeFilterFile>
8889
<checkstyle.violationSeverity>error</checkstyle.violationSeverity>
8990
<checkstyle.config.location>checkstyle.xml</checkstyle.config.location>
@@ -412,7 +413,7 @@
412413
</plugin>
413414
<plugin>
414415
<artifactId>maven-jar-plugin</artifactId>
415-
<version>3.0.2</version>
416+
<version>3.2.2</version>
416417
<configuration>
417418
<archive>
418419
<manifest>
@@ -522,5 +523,17 @@
522523
</configuration>
523524
</plugin>
524525
</plugins>
526+
<pluginManagement>
527+
<plugins>
528+
<plugin>
529+
<groupId>org.apache.maven.plugins</groupId>
530+
<artifactId>maven-release-plugin</artifactId>
531+
<version>3.0.0-M6</version>
532+
<configuration>
533+
<releaseProfiles>deploy</releaseProfiles>
534+
</configuration>
535+
</plugin>
536+
</plugins>
537+
</pluginManagement>
525538
</build>
526539
</project>

0 commit comments

Comments
 (0)