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 813a9bd commit 9525a9dCopy full SHA for 9525a9d
pom.xml
@@ -451,6 +451,25 @@
451
</plugin>
452
</plugins>
453
</build>
454
+ <reporting>
455
+ <plugins>
456
+ <plugin>
457
+ <groupId>org.apache.maven.plugins</groupId>
458
+ <artifactId>maven-javadoc-plugin</artifactId>
459
+ <version>2.8.1</version>
460
+ <configuration>
461
+ <aggregate>true</aggregate>
462
+ <source>1.6</source>
463
+ <encoding>UTF-8</encoding>
464
+ <maxmemory>1g</maxmemory>
465
+ <links>
466
+ <link>http://java.sun.com/javase/6/docs/api/</link>
467
+ </links>
468
+ <excludePackageNames>${javadoc.package.exclude}</excludePackageNames>
469
+ </configuration>
470
+ </plugin>
471
+ </plugins>
472
+ </reporting>
473
<profiles>
474
<profile>
475
<id>grizzly</id>
0 commit comments