Skip to content

Commit

Permalink
MAINTENANCE - Comment out no-module-directories option for maven-java…
Browse files Browse the repository at this point in the history
…doc-plugin by default, must be used for when java 9+
  • Loading branch information
JorgenHeinsoo committed Jun 27, 2019
1 parent fae53ae commit a29c775
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Expand Up @@ -197,7 +197,8 @@
</goals> </goals>
<configuration> <configuration>
<doclint>${javadocOpt}</doclint> <doclint>${javadocOpt}</doclint>
<additionalJOption>--no-module-directories</additionalJOption> <!-- Should be uncommented when building in Java 9+, otherwise JavaDoc search will point to undefined packages -->
<!-- <additionalJOption>&#45;&#45;no-module-directories</additionalJOption> -->
</configuration> </configuration>
</execution> </execution>
</executions> </executions>
Expand Down

0 comments on commit a29c775

Please sign in to comment.