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 2008/08/07 20:16:14 UTC

svn commit: r683668 - /maven/pom/trunk/maven/pom.xml

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>



Re: svn commit: r683668 - /maven/pom/trunk/maven/pom.xml

Posted by Arnaud HERITIER <ah...@gmail.com>.
I just setup maven 2.0 and 2.1 builds for plugins :
https://ci.sonatype.org/view/Plugins/
I also updated their configurations to have integration-tests launched in IT
builds

Arnaud

On Thu, Aug 7, 2008 at 8:40 PM, Benjamin Bentmann <benjamin.bentmann@udo.edu
> wrote:

> Hi Jason,
>
>  Which job in Hudson are you using to run all the ITs?
>>
>> This one:
>>
>> http://ci.sonatype.org/view/Plugins/job/Maven-Plugins-ITs/
>>
>
> Arnaud has been maintaining the Hudson jobs but as far as I know the one
> you mentioned should be running the ITs (and has due to the expected long
> running time been scheduled for every four hours).
>
> This one
>  https://ci.sonatype.org/job/Maven-Plugins-CI/
> should be similar but was intended to exlude the ITs, running only the
> units but at a more frequent schedule.
>
> So, both should provide a usable basis for the clone I assume. To activate
> the ITs, "-P run-its" should do.
>
>
> Benjamin
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>


-- 
..........................................................
Arnaud HERITIER
..........................................................
OCTO Technology - aheritier AT octo DOT com
www.octo.com | blog.octo.com
..........................................................
ASF - aheritier AT apache DOT org
www.apache.org | maven.apache.org
...........................................................

Re: svn commit: r683668 - /maven/pom/trunk/maven/pom.xml

Posted by Benjamin Bentmann <be...@udo.edu>.
Hi Jason,

> Which job in Hudson are you using to run all the ITs?
> 
> This one:
> 
> http://ci.sonatype.org/view/Plugins/job/Maven-Plugins-ITs/

Arnaud has been maintaining the Hudson jobs but as far as I know the one 
you mentioned should be running the ITs (and has due to the expected 
long running time been scheduled for every four hours).

This one
   https://ci.sonatype.org/job/Maven-Plugins-CI/
should be similar but was intended to exlude the ITs, running only the 
units but at a more frequent schedule.

So, both should provide a usable basis for the clone I assume. To 
activate the ITs, "-P run-its" should do.


Benjamin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: svn commit: r683668 - /maven/pom/trunk/maven/pom.xml

Posted by Jason van Zyl <ja...@maven.org>.
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, bentmann@apache.org 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org