]> source.dussan.org Git - pf4j.git/commitdiff
Fix javadoc when run inside Intellij IDEA
authorDecebal Suiu <decebal.suiu@gmail.com>
Mon, 12 Oct 2020 20:25:47 +0000 (23:25 +0300)
committerDecebal Suiu <decebal.suiu@gmail.com>
Mon, 12 Oct 2020 20:25:47 +0000 (23:25 +0300)
pom.xml

diff --git a/pom.xml b/pom.xml
index 2df589d594f034312fb736d5e8cbb19fd08223ed..05de3cda6d0a07be8b436d8f6cdea94cc42bdad3 100644 (file)
--- 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>