Hi, I've run into a weird issue, while trying to make use of the dependency-plugin's new resulve-feature.
If I invoke Maven by mvn dependency:resolve, it complains about no goal "resolve" found in plugin. Digging into it with "-X" it becomes clear, that Maven is using a different dependency-plugin from what I was expecting, since it invokes "org.codehaus.mojo:dependency-maven-plugin:1.0". Why does Maven pick up that plugin in favour of "org.apache.maven.plugins:maven-dependency-plugin:2.0-alpha-4", which available from my local repo as well? Any idea? Cheers, Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
