RE: Dependency version range not working. The artifact has no valid ranges is given when it certainly looks like it has a valid range.

2008-01-10 Thread Chris Andersen
] Sent: Wednesday, January 09, 2008 2:40 PM To: Maven Users List Subject: Re: Dependency version range not working. The artifact has no valid ranges is given when it certainly looks like it has a valid range. For some reason the over constrained exception is hidden try mvn dependency:resolve -X

Re: Dependency version range not working. The artifact has no valid ranges is given when it certainly looks like it has a valid range.

2008-01-10 Thread Michael McCallum
PM To: Maven Users List Subject: Re: Dependency version range not working. The artifact has no valid ranges is given when it certainly looks like it has a valid range. For some reason the over constrained exception is hidden try mvn dependency:resolve -X and look

RE: Dependency version range not working. The artifact has no valid ranges is given when it certainly looks like it has a valid range.

2008-01-10 Thread Chris Andersen
Thanks -Original Message- From: Michael McCallum [mailto:[EMAIL PROTECTED] Sent: Thursday, January 10, 2008 10:57 AM To: Maven Users List Subject: Re: Dependency version range not working. The artifact has no valid ranges is given when it certainly looks like it has a valid range. yes

Re: Dependency version range not working. The artifact has no valid ranges is given when it certainly looks like it has a valid range.

2008-01-09 Thread Michael McCallum
For some reason the over constrained exception is hidden try mvn dependency:resolve -X and look for the OverConstrainedException which means you have two non overlapping ranges for the same artifact in the resolution tree On Thu, 10 Jan 2008 08:14:05 Chris Andersen wrote: New user to maven.