Hi, I would like to use Mercury to resolve (transitive) dependencies from a Java SE application.
I checked out the latest Maven 3 and Mercury source code and it works well except resolving transitive dependencies. When I try to use org.apache.maven.mercury.MavenDependencyProcessor I get an exception: java.lang.NoClassDefFoundError: org/apache/maven/model/PomClassicDomainModel I get the same exception when I run mvn test on the mercury-it project It seems that the Mercury project on the sonatype hudons is live: https://grid.sonatype.org/ci/job/mercury-1.6/ But it doesn't seem a real maven job. Probably somewhere exists a newer org.apache.maven:maven-mercury artifact which not depends on PomClassicDomainModel but I can't find the source of maven-mercury project. My questions: 1. Where can I find the source of maven-mercury project? 2. Is the Mercury is an active project? It seems even the maven3 trunk doesn't use it? 3. What is the recommended method to resolve maven dependencies from Java application? Regards mart --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org