[dna-commits] DNA SVN: r632 - tags/dna-0.3.

dna-commits at lists.jboss.org dna-commits at lists.jboss.org
Thu Nov 13 16:16:44 EST 2008


Author: rhauch
Date: 2008-11-13 16:16:44 -0500 (Thu, 13 Nov 2008)
New Revision: 632

Modified:
   tags/dna-0.3/pom.xml
Log:
Cleaned up pom.xml changes from previous steps.

Modified: tags/dna-0.3/pom.xml
===================================================================
--- tags/dna-0.3/pom.xml	2008-11-13 20:48:14 UTC (rev 631)
+++ tags/dna-0.3/pom.xml	2008-11-13 21:16:44 UTC (rev 632)
@@ -352,22 +352,6 @@
 					</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 "release" profile
-		        and create the JavaDoc and run an install before the deploy.
-		       -->
-		      <releaseProfiles>release</releaseProfiles>
-		      <goals>javadoc:javadoc install deploy assembly:assembly</goals>
-		    </configuration>
-		  </plugin>
 		</plugins>
 	</build>
 	<!--




More information about the dna-commits mailing list