IDEMPIERE-3943 - implement Carlos suggestions
This commit is contained in:
parent
1fec05345d
commit
0b0394a1f3
|
@ -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>
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue