You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by jb...@apache.org on 2006/06/20 19:56:22 UTC

svn commit: r415747 - /incubator/tuscany/sandbox/jboynes/sca/runtime/standalone/pom.xml

Author: jboynes
Date: Tue Jun 20 10:56:21 2006
New Revision: 415747

URL: http://svn.apache.org/viewvc?rev=415747&view=rev
Log:
update to latest assembly plugin to avoid duplicate build

Modified:
    incubator/tuscany/sandbox/jboynes/sca/runtime/standalone/pom.xml

Modified: incubator/tuscany/sandbox/jboynes/sca/runtime/standalone/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/sandbox/jboynes/sca/runtime/standalone/pom.xml?rev=415747&r1=415746&r2=415747&view=diff
==============================================================================
--- incubator/tuscany/sandbox/jboynes/sca/runtime/standalone/pom.xml (original)
+++ incubator/tuscany/sandbox/jboynes/sca/runtime/standalone/pom.xml Tue Jun 20 10:56:21 2006
@@ -22,6 +22,7 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>tuscany-standalone</artifactId>
+    <packaging>pom</packaging>
     <name>Tuscany Standalone Runtime</name>
     <description>Tuscany Standalone RuntimeEnvironment.</description>
     <version>SNAPSHOT</version>
@@ -46,12 +47,12 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-assembly-plugin</artifactId>
-                <version>2.0.1</version>
+                <version>2.2-SNAPSHOT</version>
                 <executions>
                     <execution>
                         <phase>package</phase>
                         <goals>
-                            <goal>assembly</goal>
+                            <goal>single</goal>
                         </goals>
                     </execution>
                 </executions>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org