IDEMPIERE-3943 - implement Carlos suggestions

This commit is contained in:
Murilo Habermann Torquato 2019-04-10 11:35:45 -03:00
parent 1fec05345d
commit 0b0394a1f3
2 changed files with 6 additions and 3 deletions

View File

@ -12,6 +12,10 @@
<relativePath>../org.idempiere.parent/pom.xml</relativePath>
</parent>
<properties>
<javadocPluginPhase>none</javadocPluginPhase>
</properties>
<build>
<plugins>
<plugin>
@ -33,7 +37,8 @@
<version>${tycho.extras.version}</version>
<executions>
<execution>
<id>eclipse-javadoc</id>
<phase>${javadocPluginPhase}</phase>
<id>idempiere-javadoc</id>
<goals>
<goal>javadoc</goal>
</goals>

View File

@ -69,8 +69,6 @@
<module>org.idempiere.zk-feature</module>
<module>org.idempiere.webservices.client-feature</module>
<module>org.idempiere.p2</module>
<!-- Comment the line below if you don want or need
javadoc creation for each build -->
<module>org.idempiere.javadoc</module>
<module>${idempiere.target}</module>
</modules>