Skip to content

Commit 26f6fd4

Browse files
committed
Bump maven-jar-plugin to 3.3.0 to have reproducible builds
1 parent 6d09c0c commit 26f6fd4

File tree

1 file changed

+5
-16
lines changed

1 file changed

+5
-16
lines changed

pom.xml

+5-16
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,6 @@
6060
</dependency>
6161
</dependencies>
6262
</plugin>
63-
<plugin>
64-
<groupId>org.apache.maven.plugins</groupId>
65-
<artifactId>maven-compiler-plugin</artifactId>
66-
<version>3.10.1</version>
67-
</plugin>
6863
<plugin>
6964
<groupId>org.apache.maven.plugins</groupId>
7065
<artifactId>maven-release-plugin</artifactId>
@@ -75,12 +70,13 @@
7570
<plugin>
7671
<groupId>org.apache.maven.plugins</groupId>
7772
<artifactId>maven-javadoc-plugin</artifactId>
78-
<!-- 3.1.1 means error
79-
Caused by: org.apache.maven.plugin.MojoExecutionException: MavenReportException: Error while generating Javadoc:
80-
Exit code: 2 - javadoc: error - No source files for package org.codehaus.plexus.languages.java.jpms
81-
-->
8273
<version>3.4.1</version>
8374
</plugin>
75+
<plugin>
76+
<groupId>org.apache.maven.plugins</groupId>
77+
<artifactId>maven-jar-plugin</artifactId>
78+
<version>3.3.0</version>
79+
</plugin>
8480
</plugins>
8581
</pluginManagement>
8682
<plugins>
@@ -96,13 +92,6 @@
9692

9793
<reporting>
9894
<plugins>
99-
<plugin>
100-
<groupId>org.codehaus.mojo</groupId>
101-
<artifactId>cobertura-maven-plugin</artifactId>
102-
<reportSets>
103-
<reportSet />
104-
</reportSets>
105-
</plugin>
10695
<plugin>
10796
<groupId>org.apache.maven.plugins</groupId>
10897
<artifactId>maven-pmd-plugin</artifactId>

0 commit comments

Comments
 (0)