Fixed javadoc generation.
[sixth-data.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index dab1641..383da82 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -74,6 +74,9 @@
                         </goals>
                     </execution>
                 </executions>
+                <configuration>
+                    <javadocExecutable>${java.home}/bin/javadoc</javadocExecutable>
+                </configuration>
             </plugin>
 
             <plugin>