File tree Expand file tree Collapse file tree 1 file changed +5
-16
lines changed
Expand file tree Collapse file tree 1 file changed +5
-16
lines changed Original file line number Diff line number Diff line change 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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments