Hello Maven users, Maven dependecy:resolve-plugins resolved plugin dependency from repository and not from pluginRepository. Isn't that a bug?
Plugin used is http://code.google.com/p/maven-annotation-plugin/ , version 2.0.2. It's available at central but not all of it's dependencies are there (another failure of central repo policy just as repository declaration in plugin's pom but that's a different issue). That plugin has dependency to org.jfrog.maven.annomojo:maven-plugin-tools-anno:1.4.0 which can be found on http://repo.jfrog.org/artifactory/plugins-releases-local repository. When I added that repository as pluginRepository, maven would fail to resolve the plugin's dependencies, but when I added that repository as dependency repository, dependency:resolve-plugins would pass. I'm using Maven 3.0.3, and dependency plugin 2.1. Regards, Stevo. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
