File tree 1 file changed +5
-16
lines changed
1 file changed +5
-16
lines changed Original file line number Diff line number Diff line change 60
60
</dependency >
61
61
</dependencies >
62
62
</plugin >
63
- <plugin >
64
- <groupId >org.apache.maven.plugins</groupId >
65
- <artifactId >maven-compiler-plugin</artifactId >
66
- <version >3.10.1</version >
67
- </plugin >
68
63
<plugin >
69
64
<groupId >org.apache.maven.plugins</groupId >
70
65
<artifactId >maven-release-plugin</artifactId >
75
70
<plugin >
76
71
<groupId >org.apache.maven.plugins</groupId >
77
72
<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
- -->
82
73
<version >3.4.1</version >
83
74
</plugin >
75
+ <plugin >
76
+ <groupId >org.apache.maven.plugins</groupId >
77
+ <artifactId >maven-jar-plugin</artifactId >
78
+ <version >3.3.0</version >
79
+ </plugin >
84
80
</plugins >
85
81
</pluginManagement >
86
82
<plugins >
96
92
97
93
<reporting >
98
94
<plugins >
99
- <plugin >
100
- <groupId >org.codehaus.mojo</groupId >
101
- <artifactId >cobertura-maven-plugin</artifactId >
102
- <reportSets >
103
- <reportSet />
104
- </reportSets >
105
- </plugin >
106
95
<plugin >
107
96
<groupId >org.apache.maven.plugins</groupId >
108
97
<artifactId >maven-pmd-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments