diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2020-10-12 23:25:47 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2020-10-12 23:25:47 +0300 |
commit | 0d586c805ee882a2a80244ee83b941528a38e268 (patch) | |
tree | b419913736275f5c08452893e03f0b678be7a56a | |
parent | 6e956335182bacfc478159b5f2a6f6697d266d9e (diff) | |
download | pf4j-0d586c805ee882a2a80244ee83b941528a38e268.tar.gz pf4j-0d586c805ee882a2a80244ee83b941528a38e268.zip |
Fix javadoc when run inside Intellij IDEA
-rw-r--r-- | pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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> |