Parcourir la source

Fix javadoc when run inside Intellij IDEA

tags/release-3.5.0
Decebal Suiu il y a 3 ans
Parent
révision
0d586c805e
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2
    0
      pom.xml

+ 2
- 0
pom.xml Voir le fichier

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

Chargement…
Annuler
Enregistrer