You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Wayne Fay <wa...@gmail.com> on 2007/05/11 18:09:58 UTC

Re: org.codehaus.mojo:dependency-maven-plugin takes precedence over org.apache.maven.plugins:maven-dependency-plugin

You should fully specify the plugin...

+ in the pom, make sure you specify the artifactId and groupId

+ on the command line, use groupId:artifactId:version:mojo, ie mvn
org.apache.maven.plugins:maven-dependency-plugin:2.0-alpha-4:unpack

Wayne

On 5/11/07, Graham Leggett <mi...@sharp.fm> wrote:
> Hi all,
>
> I have been trying to configure the execution of the
> org.apache.maven.plugins:maven-dependency-plugin when the
> "dependency:unpack" goal is executed.
>
> According to the stacktrace I get, maven is trying to invoke the
> org.codehaus.mojo:dependency-maven-plugin instead - which has a completely
> different config syntax.
>
> How does maven resolve the situation where two different plugins are
> claiming the same namespace?
>
> Regards,
> Graham
> --
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org