Skip to content

Commit

Permalink
Changed for product build only, so the javadocs can be produced at th…
Browse files Browse the repository at this point in the history
…e same time as the -Prelease is done, in one step.
  • Loading branch information
vhalbert committed Sep 3, 2015
1 parent 58ef9b2 commit 7719563
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions pom.xml
Expand Up @@ -190,25 +190,6 @@
This profile is activated manually, as in "mvn ... -P release ..."
-->
<id>release</id>
<properties>
<maven.javadoc.skip>true</maven.javadoc.skip>
</properties>
<modules>
<module>build</module>
</modules>
<build>
<plugins>

</plugins>
</build>
</profile>

<profile>
<id>releasewithjavadoc</id>
<properties>
<!--maven.javadoc.skip>true</maven.javadoc.skip-->
<skipTests>true</skipTests>
</properties>
<modules>
<module>build</module>
</modules>
Expand Down

0 comments on commit 7719563

Please sign in to comment.