Browse Source

Fix javadoc when run inside Intellij IDEA

tags/release-3.5.0
Decebal Suiu 3 years ago
parent
commit
0d586c805e
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      pom.xml

+ 2
- 0
pom.xml View File

@@ -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>

Loading…
Cancel
Save