Author: antelder
Date: Mon Jun 14 13:43:50 2010
New Revision: 954470
URL: http://svn.apache.org/viewvc?rev=954470&view=rev
Log:
Update to latest assembly plugin to fix problems with attaching the
distribution artifact
Modified:
tuscany/sca-java-2.x/trunk/distribution/tomcat/tomcat-war/pom.xml
Modified: tuscany/sca-java-2.x/trunk/distribution/tomcat/tomcat-war/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/distribution/tomcat/tomcat-war/pom.xml?rev=954470&r1=954469&r2=954470&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/distribution/tomcat/tomcat-war/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/distribution/tomcat/tomcat-war/pom.xml Mon Jun
14 13:43:50 2010
@@ -82,17 +82,18 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.2-beta-2</version>
+ <version>2.2-beta-5</version>
<executions>
<execution>
<id>war</id>
<phase>package</phase>
<goals>
- <goal>attached</goal>
+ <goal>single</goal>
</goals>
</execution>
</executions>
<configuration>
+ <attach>true</attach>
<appendAssemblyId>false</appendAssemblyId>
<descriptors>
<descriptor>src/main/assembly/war.xml</descriptor>