Benjamin,

Which job in Hudson are you using to run all the ITs?

This one:

http://ci.sonatype.org/view/Plugins/job/Maven-Plugins-ITs/

If so I will clone it, make a 2.1-SNAPSHOT installation (that feeds off the CI build for 2.1) and then use that version of Maven in the plugin IT job.

On 7-Aug-08, at 11:16 AM, [EMAIL PROTECTED] wrote:

Author: bentmann
Date: Thu Aug  7 11:16:14 2008
New Revision: 683668

URL: http://svn.apache.org/viewvc?rev=683668&view=rev
Log:
o Added version lock-down for maven-antrun-plugin:1.2

Modified:
   maven/pom/trunk/maven/pom.xml

Modified: maven/pom/trunk/maven/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=683668&r1=683667&r2=683668&view=diff
= = = = = = = = ======================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Thu Aug  7 11:16:14 2008
@@ -118,6 +118,11 @@
<!-- set versions of common plugins for reproducibility, ordered alphabetically -->
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-antrun-plugin</artifactId>
+          <version>1.2</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-clean-plugin</artifactId>
          <version>2.2</version>
        </plugin>



Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder,  Apache Maven
jason at sonatype dot com
----------------------------------------------------------

Selfish deeds are the shortest path to self destruction.

 -- The Seven Samuari, Akira Kirosawa


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to