Author: musachy
Date: Wed Dec 24 11:34:53 2008
New Revision: 729363
URL: http://svn.apache.org/viewvc?rev=729363&view=rev
Log:
WW-2623 rolling back some of the release changes...keep trying
Modified:
struts/struts2/trunk/assembly/pom.xml
struts/struts2/trunk/pom.xml
Modified: struts/struts2/trunk/assembly/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/trunk/assembly/pom.xml?rev=729363&r1=729362&r2=729363&view=diff
==============================================================================
--- struts/struts2/trunk/assembly/pom.xml (original)
+++ struts/struts2/trunk/assembly/pom.xml Wed Dec 24 11:34:53 2008
@@ -287,6 +287,15 @@
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.2-beta-1</version>
+ <executions>
+ <execution>
+ <id>make-assembly</id>
+ <phase>package</phase>
+ <goals>
+ <goal>attached</goal>
+ </goals>
+ </execution>
+ </executions>
<configuration>
<descriptors>
<descriptor>src/main/assembly/all.xml</descriptor>
Modified: struts/struts2/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?rev=729363&r1=729362&r2=729363&view=diff
==============================================================================
--- struts/struts2/trunk/pom.xml (original)
+++ struts/struts2/trunk/pom.xml Wed Dec 24 11:34:53 2008
@@ -215,11 +215,9 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
- <!--
<configuration>
<preparationGoals>clean verify
install</preparationGoals>
</configuration>
- -->
</plugin>
</plugins>
</pluginManagement>