Author: desruisseaux Date: Wed Feb 4 18:12:12 2015 New Revision: 1657357 URL: http://svn.apache.org/r1657357 Log: Specify the boot class path to the javadoc tools in addition to javac.
Modified: sis/branches/JDK8/pom.xml Modified: sis/branches/JDK8/pom.xml URL: http://svn.apache.org/viewvc/sis/branches/JDK8/pom.xml?rev=1657357&r1=1657356&r2=1657357&view=diff ============================================================================== --- sis/branches/JDK8/pom.xml (original) +++ sis/branches/JDK8/pom.xml Wed Feb 4 18:12:12 2015 @@ -439,6 +439,12 @@ Apache SIS is a free software, Java lang </compilerArgs> </configuration> </plugin> + <plugin> + <artifactId>maven-javadoc-plugin</artifactId> + <configuration> + <bootclasspath>${bootclasspath}</bootclasspath> + </configuration> + </plugin> </plugins> </build> </profile>