Re: [m2] help resolving OverConstrainedVersionException for eclipse plugin

2006-12-07 Thread Barrie Treloar
On 12/8/06, Barrie Treloar <[EMAIL PROTECTED]> wrote: > About to see if I can use NTLMAPS and instead of using mvn-proxy I should have just turned on NTLMAPS and re-run the same command, instead of also adding -cpu -U, but this has now sorted out the issue. So it looks like mvn-proxy has go

Re: [m2] help resolving OverConstrainedVersionException for eclipse plugin

2006-12-07 Thread Barrie Treloar
About to see if I can use NTLMAPS and instead of using mvn-proxy I should have just turned on NTLMAPS and re-run the same command, instead of also adding -cpu -U, but this has now sorted out the issue. So it looks like mvn-proxy has got garbage data somewhere and causing maven to fail. I g

Re: [m2] help resolving OverConstrainedVersionException for eclipse plugin

2006-12-07 Thread Barrie Treloar
On 12/7/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: "Barrie Treloar" <[EMAIL PROTECTED]> schrieb am 07.12.2006 10:50:33: > > > 3. Have you tried to delete your local Maven repo? Or at least the > > > maven-metadata-*.xml files? > > > > No, this was a last resort. > > > > I'm trying to build

Re: [m2] help resolving OverConstrainedVersionException for eclipse plugin

2006-12-07 Thread Aaron . Digulla
"Barrie Treloar" <[EMAIL PROTECTED]> schrieb am 07.12.2006 10:50:33: > > > 3. Have you tried to delete your local Maven repo? Or at least the > > > maven-metadata-*.xml files? > > > > No, this was a last resort. > > > > I'm trying to build from home and see what happens there. > > > > Hmm, I have

Re: [m2] help resolving OverConstrainedVersionException for eclipse plugin

2006-12-07 Thread Barrie Treloar
> 3. Have you tried to delete your local Maven repo? Or at least the > maven-metadata-*.xml files? No, this was a last resort. I'm trying to build from home and see what happens there. Hmm, I have a clean machine at home and it build fine (except for test failures...) ---

Re: [m2] help resolving OverConstrainedVersionException for eclipse plugin

2006-12-07 Thread Barrie Treloar
On 12/7/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: A few hints which might help: 1. Maven 2.0.4 has a bug when it comes to resolving dependencies. If a parent POM defines the version to 1.0 and your POM wants 1.1, the parent wins. Hmm, will need to think about this one. 2. Can you down

Re: [m2] help resolving OverConstrainedVersionException for eclipse plugin

2006-12-07 Thread Aaron . Digulla
A few hints which might help: 1. Maven 2.0.4 has a bug when it comes to resolving dependencies. If a parent POM defines the version to 1.0 and your POM wants 1.1, the parent wins. 2. Can you download the missing POM? Sometimes, Maven believes the POM can't be downloaded because it tries to dow

Re: [m2] help resolving OverConstrainedVersionException for eclipse plugin

2006-12-06 Thread Barrie Treloar
On 12/7/06, Barrie Treloar <[EMAIL PROTECTED]> wrote: I might add that these artifacts are in my local repository. Trawling through poms now to see if I can find differing versions. If I comment out org.apache.maven.shared.maven-plugin-testing-tools:1.0-SNAPSHOT from the pom file I get past t

Re: [m2] help resolving OverConstrainedVersionException for eclipse plugin

2006-12-06 Thread Barrie Treloar
I might add that these artifacts are in my local repository. Trawling through poms now to see if I can find differing versions. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[m2] help resolving OverConstrainedVersionException for eclipse plugin

2006-12-06 Thread Barrie Treloar
running mvn install, I get the following error as below, but as you can see there is not enough information telling me why this is a problem. I tried hacking the pom so that org.codehaus.plexus plexus-utils 1.1 There must be a transitive dependency somewhere constraining