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:35:18 UTC

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

Author: sppatel
Date: Thu Jul  6 12:35:17 2006
New Revision: 419678

URL: http://svn.apache.org/viewvc?rev=419678&view=rev
Log:
specifiy groupId/version of assembly plugin as without it runs an older version

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=419678&r1=419677&r2=419678&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/assembly/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/assembly/pom.xml Thu Jul  6 12:35:17 2006
@@ -35,7 +35,9 @@
   <build>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-assembly-plugin</artifactId>
+        <version>2.1</version>
         <configuration>
           <finalName>g-eclipse-plugin-${version}</finalName>
           <descriptors>
@@ -45,7 +47,6 @@
         </configuration>
         <executions>
             <execution>
-                <id>assembly</id>
                 <phase>package</phase>
                 <goals>
                     <goal>attached</goal>