Author: rhauch
Date: 2008-11-13 15:42:36 -0500 (Thu, 13 Nov 2008)
New Revision: 630
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 19:23:57 UTC (rev 629)
+++ tags/dna-0.3/pom.xml 2008-11-13 20:42:36 UTC (rev 630)
@@ -352,6 +352,22 @@
</archive>
</configuration>
</plugin>
+ <!--
+ This section defines an option for the "release:perform" plugin,
+ so that additional profiles/goals are run during that stage.
+ -->
+ <plugin>
+ <artifactId>maven-release-plugin</artifactId>
+ <!--version>2.0-beta-7</version-->
+ <configuration>
+ <!--
+ During release:perform, enable the "assembly" profile
+ and create the JavaDoc and run an install before the deploy.
+ -->
+ <releaseProfiles>assembly</releaseProfiles>
+ <goals>javadoc:javadoc install deploy assembly:assembly</goals>
+ </configuration>
+ </plugin>
</plugins>
</build>
<!--
Show replies by date