Explorar el Código

Fix javadoc when run inside Intellij IDEA

tags/release-3.5.0
Decebal Suiu hace 3 años
padre
commit
0d586c805e
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      pom.xml

+ 2
- 0
pom.xml Ver fichero

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

Cargando…
Cancelar
Guardar