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

<skip>${javadoc.disabled}</skip> <skip>${javadoc.disabled}</skip>
<doclint>none</doclint> <doclint>none</doclint>
<failOnWarnings>false</failOnWarnings> <failOnWarnings>false</failOnWarnings>
<!-- Needed when run inside Intellij IDEA -->
<javadocExecutable>${java.home}/bin/javadoc</javadocExecutable>
</configuration> </configuration>
<executions> <executions>
<execution> <execution>

Loading…
Cancel
Save