You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by jd...@apache.org on 2005/06/23 12:46:55 UTC

svn commit: r193129 - /maven/components/trunk/maven-core/pom.xml

Author: jdcasey
Date: Thu Jun 23 03:46:52 2005
New Revision: 193129

URL: http://svn.apache.org/viewcvs?rev=193129&view=rev
Log:
Adding assembly plugin info to get the thing running.

Modified:
    maven/components/trunk/maven-core/pom.xml

Modified: maven/components/trunk/maven-core/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-core/pom.xml?rev=193129&r1=193128&r2=193129&view=diff
==============================================================================
--- maven/components/trunk/maven-core/pom.xml (original)
+++ maven/components/trunk/maven-core/pom.xml Thu Jun 23 03:46:52 2005
@@ -139,7 +139,9 @@
   <build>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-assembly-plugin</artifactId>
+        <version>2.0-alpha-3</version>
         <configuration>
           <descriptor>src/assemble/bin.xml</descriptor>
           <finalName>maven-2.0-SNAPSHOT</finalName>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org