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
199
199
<maven-remote-resources-plugin .version>1.5</maven-remote-resources-plugin .version>
200
200
<maven-enforcer-plugin .version>3.0.0-M1</maven-enforcer-plugin .version>
201
201
<maven-javadoc-plugin .version>3.0.1</maven-javadoc-plugin .version>
202
+ <maven-assembly-plugin .version>2.4</maven-assembly-plugin .version>
202
203
<apache-rat-plugin .version>0.12</apache-rat-plugin .version>
203
204
<maven-deploy-plugin .version>2.8.1</maven-deploy-plugin .version>
204
205
<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
1604
1605
<artifactId >maven-javadoc-plugin</artifactId >
1605
1606
<version >${maven-javadoc-plugin.version}</version >
1606
1607
<configuration >
1607
- <additionalOptions >
1608
- <additionalOption >-Xmaxwarns 10000</additionalOption >
1609
- </additionalOptions >
1608
+ <additionalJOption >-Xdoclint:none</additionalJOption >
1610
1609
</configuration >
1611
1610
</plugin >
1612
1611
<plugin >
You can’t perform that action at this time.
0 commit comments