Re: Maven 2.2.1 vs. 3 confusion

2011-02-01 Thread Niklas Gustavsson
Thanks! Problem found and fixed. However, it will require removing the 3.0.2 JARs from ubuntu1 and ubuntu2 and I'm waiting for some builds to finish before I can do that. /niklas On Tue, Feb 1, 2011 at 6:18 PM, Andreas Veithen wrote: > Here is an example: > > https://hudson.apache.org/hudson/job

Re: Maven 2.2.1 vs. 3 confusion

2011-02-01 Thread Andreas Veithen
Here is an example: https://hudson.apache.org/hudson/job/ws-axiom-trunk/ I just noticed the following message in the log output of the job, which gives a hint about the root cause of the issue: Found mavenVersion 3.0.2 from file jar:file:/home/hudson/tools/maven/apache-maven-2.2.1/lib/maven-core

Re: Maven 2.2.1 vs. 3 confusion

2011-02-01 Thread Niklas Gustavsson
On Tue, Feb 1, 2011 at 5:16 PM, Andreas Veithen wrote: > We have a couple of Hudson builds that are configured with Maven > 2.2.1, but they are actually executed with Maven 3. Can somebody > please fix the Hudson config? Could you provide an example of an affected job? /niklas

Re: Maven 2.2.1 vs. 3 confusion

2011-02-01 Thread Olivier Lamy
Go to : https://hudson.apache.org/hudson/job/${YOURJOB}/configure There is a list box in the build configuration to choose the used maven version. 2011/2/1 Andreas Veithen > Hi, > > We have a couple of Hudson builds that are config

Maven 2.2.1 vs. 3 confusion

2011-02-01 Thread Andreas Veithen
Hi, We have a couple of Hudson builds that are configured with Maven 2.2.1, but they are actually executed with Maven 3. Can somebody please fix the Hudson config? Andreas