You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2009/09/20 14:27:30 UTC

svn commit: r817016 - /maven/plugins/trunk/maven-invoker-plugin/src/it/local-repo-path/pom.xml

Author: bentmann
Date: Sun Sep 20 12:27:29 2009
New Revision: 817016

URL: http://svn.apache.org/viewvc?rev=817016&view=rev
Log:
o Stabilized IT

Modified:
    maven/plugins/trunk/maven-invoker-plugin/src/it/local-repo-path/pom.xml

Modified: maven/plugins/trunk/maven-invoker-plugin/src/it/local-repo-path/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-invoker-plugin/src/it/local-repo-path/pom.xml?rev=817016&r1=817015&r2=817016&view=diff
==============================================================================
--- maven/plugins/trunk/maven-invoker-plugin/src/it/local-repo-path/pom.xml (original)
+++ maven/plugins/trunk/maven-invoker-plugin/src/it/local-repo-path/pom.xml Sun Sep 20 12:27:29 2009
@@ -40,7 +40,7 @@
       <plugin>
         <!-- This triggers the download of a known version of this plugin which can then be safely invoked by the IT project -->
         <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-resources-plugin</artifactId>
+        <artifactId>maven-clean-plugin</artifactId>
         <version>2.2</version>
       </plugin>
       <plugin>
@@ -54,7 +54,7 @@
           </pomIncludes>
           <settingsFile>src/it/settings.xml</settingsFile>
           <goals>
-            <goal>org.apache.maven.plugins:maven-resources-plugin:2.2:resources</goal>
+            <goal>org.apache.maven.plugins:maven-clean-plugin:2.2:clean</goal>
           </goals>
         </configuration>
         <executions>