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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]