WW-2623 de-attach assembly from packing phase

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@729358 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Musachy Barroso
2008-12-24 19:08:36 +00:00
parent 23cb69662f
commit c213d2fa6c
-9
View File
@@ -287,15 +287,6 @@
<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>