File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 50
50
<plugin >
51
51
<groupId >org.apache.maven.plugins</groupId >
52
52
<artifactId >maven-compiler-plugin</artifactId >
53
- <version >3.8.0 </version >
53
+ <version >3.8.1 </version >
54
54
</plugin >
55
55
<plugin >
56
56
<groupId >org.apache.maven.plugins</groupId >
63
63
<plugin >
64
64
<groupId >org.apache.maven.plugins</groupId >
65
65
<artifactId >maven-source-plugin</artifactId >
66
- <version >3.0.1 </version >
66
+ <version >3.1.0 </version >
67
67
</plugin >
68
68
<plugin >
69
69
<groupId >org.apache.maven.plugins</groupId >
70
70
<artifactId >maven-javadoc-plugin</artifactId >
71
+ <!-- 3.1.1 means error
72
+ Caused by: org.apache.maven.plugin.MojoExecutionException: MavenReportException: Error while generating Javadoc:
73
+ Exit code: 2 - javadoc: error - No source files for package org.codehaus.plexus.languages.java.jpms
74
+ -->
71
75
<version >3.0.0</version >
72
76
</plugin >
73
77
</plugins >
You can’t perform that action at this time.
0 commit comments