We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2826a3 commit 41f968cCopy full SHA for 41f968c
pom.xml
@@ -309,6 +309,9 @@
309
<goals>
310
<goal>jar</goal>
311
</goals>
312
+ <configuration>
313
+ <additionalparam>-Xdoclint:none</additionalparam>
314
+ </configuration>
315
</execution>
316
</executions>
317
</plugin>
@@ -376,7 +379,10 @@
376
379
<plugin>
377
380
<groupId>org.apache.maven.plugins</groupId>
378
381
<artifactId>maven-javadoc-plugin</artifactId>
- <version>3.0.0-M1</version>
382
+ <version>2.10.4</version>
383
384
385
386
387
</plugins>
388
</reporting>
0 commit comments