Skip to content

Commit

Permalink
Changes to re-enable generation of javadoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
csrster committed Nov 23, 2016
1 parent 53ac4e4 commit 79586de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,10 @@
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.antiaction</groupId>
<artifactId>common</artifactId>
</exclusion>
</exclusions>
</dependency>
<!--
Expand Down Expand Up @@ -456,6 +460,7 @@
<!-- Note: This fails with a JVM older than Java 8 -->
<!-- <additionalparam>-Xdoclint:none</additionalparam> -->
<additionalparam>${javadoc.doclint.none}</additionalparam>
<aggregate>true</aggregate>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 79586de

Please sign in to comment.