Author: desruisseaux
Date: Wed Feb 4 18:06:52 2015
New Revision: 1657353
URL: http://svn.apache.org/r1657353
Log:
Specify the boot class path to the javadoc tool in addition to javac.
Modified:
sis/branches/0.5/pom.xml
Modified: sis/branches/0.5/pom.xml
URL:
http://svn.apache.org/viewvc/sis/branches/0.5/pom.xml?rev=1657353&r1=1657352&r2=1657353&view=diff
==============================================================================
--- sis/branches/0.5/pom.xml (original)
+++ sis/branches/0.5/pom.xml Wed Feb 4 18:06:52 2015
@@ -458,6 +458,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>