ya, if you look through her debug output there is a big chunk where all the 2.0.4 deps are getting reverted to 2.0 just like in the error message below.
it effected a number of the dependencies [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0.4 for project: null:maven-project:jar:2.0.4 from the repository. [DEBUG] org.apache.maven:maven-project:jar:2.0:compile (removed - nearer found: 2.0.4) [DEBUG] org.apache.maven:maven-project:jar:2.0.4:compile (selected for compile) [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0.4 for project: null:maven-settings:jar:2.0.4 from the repository. [DEBUG] org.apache.maven:maven-settings:jar:2.0.4:compile (removed - nearer found: 2.0) right there you see the project getting updated from 2.0 -> 2.0.4 but on the next line you see maven-settings going from 2.0.4 -> 2.0 she was on windows/cygwin btw jesse On 12/6/06, Wendy Smoak <[EMAIL PROTECTED]> wrote:
I'm having trouble building Continuum with Maven 2.0.5-SNAPSHOT. I get a test error in continuum-release, and it seems to be due to Maven selecting the 2.0 version of maven-artifact instead of the 2.0.4 version. If I build with Maven 2.0.4, it works fine. If I add a dependency on maven-artifact 2.0.4 to the continuum-release pom as Jesse suggested trying, then it works with 2.0.5-SNAPSHOT. Here's the test report, and a link to "mvn install -X" output, including org.apache.maven:maven-artifact:jar:2.0.4:compile (removed - nearer found: 2.0) http://wiki.wsmoak.net/cgi-bin/wiki.pl?ContinuumRelease Thanks, -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- jesse mcconnell [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
