Skip to content

Commit

Permalink
Merge pull request #520 from vhalbert/62-8.7.x
Browse files Browse the repository at this point in the history
Changed for product build only to produce javadocs
  • Loading branch information
rareddy committed Sep 4, 2015
2 parents 58ef9b2 + 7719563 commit e292383
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 e292383

Please sign in to comment.