aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 2df589d..05de3cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,6 +92,8 @@
<skip>${javadoc.disabled}</skip>
<doclint>none</doclint>
<failOnWarnings>false</failOnWarnings>
+ <!-- Needed when run inside Intellij IDEA -->
+ <javadocExecutable>${java.home}/bin/javadoc</javadocExecutable>
</configuration>
<executions>
<execution>