Author: jdcasey
Date: Tue Jun 12 10:30:25 2007
New Revision: 546571
URL: http://svn.apache.org/viewvc?view=rev&rev=546571
Log:
bumping version of the plexus-maven-plugin to fix an issue with this build not
working with maven-2.1-snapshot.
Modified:
maven/plugins/trunk/maven-assembly-plugin/pom.xml
Modified: maven/plugins/trunk/maven-assembly-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/pom.xml?view=diff&rev=546571&r1=546570&r2=546571
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-assembly-plugin/pom.xml Tue Jun 12 10:30:25 2007
@@ -88,7 +88,7 @@
<plugin>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-maven-plugin</artifactId>
- <version>1.3</version>
+ <version>1.3.5</version>
<executions>
<execution>
<id>create-component-descriptor</id>
@@ -220,6 +220,7 @@
<executions>
<execution>
<id>stage-plugin</id>
+ <phase>pre-integration-test</phase>
<goals>
<goal>stage</goal>
</goals>