File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -199,6 +199,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
199199 <maven-remote-resources-plugin .version>1.5</maven-remote-resources-plugin .version>
200200 <maven-enforcer-plugin .version>3.0.0-M1</maven-enforcer-plugin .version>
201201 <maven-javadoc-plugin .version>3.0.1</maven-javadoc-plugin .version>
202+ <maven-assembly-plugin .version>2.4</maven-assembly-plugin .version>
202203 <apache-rat-plugin .version>0.12</apache-rat-plugin .version>
203204 <maven-deploy-plugin .version>2.8.1</maven-deploy-plugin .version>
204205 <build-helper-maven-plugin .version>1.9</build-helper-maven-plugin .version>
@@ -1604,9 +1605,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
16041605 <artifactId >maven-javadoc-plugin</artifactId >
16051606 <version >${maven-javadoc-plugin.version}</version >
16061607 <configuration >
1607- <additionalOptions >
1608- <additionalOption >-Xmaxwarns 10000</additionalOption >
1609- </additionalOptions >
1608+ <additionalJOption >-Xdoclint:none</additionalJOption >
16101609 </configuration >
16111610 </plugin >
16121611 <plugin >
You can’t perform that action at this time.
0 commit comments