Author: bentmann Date: Tue Sep 30 00:51:40 2008 New Revision: 700377 URL: http://svn.apache.org/viewvc?rev=700377&view=rev Log: o Updated to maven-invoker-plugin:1.3
Modified: maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml Modified: maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml?rev=700377&r1=700376&r2=700377&view=diff ============================================================================== --- maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml (original) +++ maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml Tue Sep 30 00:51:40 2008 @@ -265,22 +265,11 @@ </profile> <profile> <id>run-its</id> - <!-- TODO: Remove once maven-invoker-plugin:1.3 has been released --> - <pluginRepositories> - <pluginRepository> - <id>apache.snapshots</id> - <name>Apache Snapshot Repository</name> - <url>http://people.apache.org/repo/m2-snapshot-repository</url> - <releases> - <enabled>false</enabled> - </releases> - </pluginRepository> - </pluginRepositories> <build> <plugins> <plugin> <artifactId>maven-invoker-plugin</artifactId> - <version>1.3-SNAPSHOT</version> + <version>1.3</version> <configuration> <debug>true</debug> <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>