Author: rhauch
Date: 2008-11-13 15:48:14 -0500 (Thu, 13 Nov 2008)
New Revision: 631
Modified:
tags/dna-0.3/pom.xml
Log:
Added option to the pom.xml that controls the profiles and goals during the
'release:perform' step.
Modified: tags/dna-0.3/pom.xml
===================================================================
--- tags/dna-0.3/pom.xml 2008-11-13 20:42:36 UTC (rev 630)
+++ tags/dna-0.3/pom.xml 2008-11-13 20:48:14 UTC (rev 631)
@@ -361,10 +361,10 @@
<!--version>2.0-beta-7</version-->
<configuration>
<!--
- During release:perform, enable the "assembly" profile
+ During release:perform, enable the "release" profile
and create the JavaDoc and run an install before the deploy.
-->
- <releaseProfiles>assembly</releaseProfiles>
+ <releaseProfiles>release</releaseProfiles>
<goals>javadoc:javadoc install deploy assembly:assembly</goals>
</configuration>
</plugin>