Re: concurrently using maven 2.0.4 and 2.1-SNAPSHOT

2006-06-13 Thread Carlos Sanchez
Shouldn't happen, all the libraries need to be backwards compatible. You may have found an issue that needs to be fixed. On 6/13/06, jerome lacoste <[EMAIL PROTECTED]> wrote: On 6/13/06, Brett Porter <[EMAIL PROTECTED]> wrote: > I've only ever needed to set a different M2_HOME That didn't work.

Re: concurrently using maven 2.0.4 and 2.1-SNAPSHOT

2006-06-13 Thread jerome lacoste
On 6/13/06, Brett Porter <[EMAIL PROTECTED]> wrote: I've only ever needed to set a different M2_HOME That didn't work... I had to remove the plugin which was causing an issue. rm -r ~/.m2/repository/org/apache/maven/plugins/maven-plugin-plugin/ Maybe I had installed this plugin incorrectly?

Re: concurrently using maven 2.0.4 and 2.1-SNAPSHOT

2006-06-13 Thread Brett Porter
I've only ever needed to set a different M2_HOME jerome lacoste wrote: Hi, I am having issues running both branch and trunk versions simultaneously. In particular, when I use 2.0.4, some jars from 2.1-SNAPSHOT get picked up and I end up with incompatible classes in the CP. I can try to use se

concurrently using maven 2.0.4 and 2.1-SNAPSHOT

2006-06-13 Thread jerome lacoste
Hi, I am having issues running both branch and trunk versions simultaneously. In particular, when I use 2.0.4, some jars from 2.1-SNAPSHOT get picked up and I end up with incompatible classes in the CP. I can try to use separate local repositories (using 2 settings.xml pointing to 2 different l