WW-2623 rolling back some of the release changes...keep trying

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@729363 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Musachy Barroso
2008-12-24 19:34:53 +00:00
parent c213d2fa6c
commit 93153bee52
2 changed files with 9 additions and 2 deletions
+9
View File
@@ -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>
-2
View File
@@ -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>