You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by sp...@apache.org on 2006/07/06 21:23:17 UTC

svn commit: r419667 - /geronimo/devtools/eclipse-plugin/trunk/assembly/pom.xml

Author: sppatel
Date: Thu Jul  6 12:23:17 2006
New Revision: 419667

URL: http://svn.apache.org/viewvc?rev=419667&view=rev
Log:
change packaging and goal for assembly

Modified:
    geronimo/devtools/eclipse-plugin/trunk/assembly/pom.xml

Modified: geronimo/devtools/eclipse-plugin/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/assembly/pom.xml?rev=419667&r1=419666&r2=419667&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/assembly/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/assembly/pom.xml Thu Jul  6 12:23:17 2006
@@ -22,7 +22,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.geronimo.devtools</groupId>
   <artifactId>assembly</artifactId>
-  <packaging>jar</packaging>
+  <packaging>pom</packaging>
   <name>Assembly :: ${artifactId}</name>
   <version>1.1</version>
   
@@ -48,7 +48,7 @@
                 <id>assembly</id>
                 <phase>package</phase>
                 <goals>
-                    <goal>assembly</goal>
+                    <goal>attached</goal>
                 </goals>
             </execution>
         </executions>