This doesn't work for me.  I've deleted the cache in proximity, which I
assumed was the initial problem and when I do

  mvn dependency:analyze -Dplugin=
org.apache.maven.plugins:maven-dependency-plugin:2.0-alpha-4

it still resolves to 2.0-alpha-1.  What am I doing wrong here?


On 4/1/07, Wayne Fay <[EMAIL PROTECTED]> wrote:

Try the fully qualified plugin name ie:
-Dplugin=org.apache.maven.plugins:maven-dependency-plugin:2.0-alpha-4

Wayne

On 4/1/07, Barrie Treloar <[EMAIL PROTECTED]> wrote:
> On 3/28/07, Brian Fox <[EMAIL PROTECTED]> wrote:
> > The Maven team is pleased to announce the release of the Maven
> > Dependency Plugin, version 2.0-alpha-4
>
> For some reason mvn is resolving to the codehaus version and not the
> apache version.
>
> I thought there was someway to fully qualify the path of a plugin when
> invoking them, but I can't find any documentation about how to do so.
>
> Any clues on how to resolve this?  I've tried deleting the repository
> copies and metadata but that didn't work either.
>
> >mvn --version
> Maven version: 2.0.5
>
> >mvn help:describe -Dplugin=dependency
> [INFO] Scanning for projects...
> [INFO] Searching repository for plugin with prefix: 'help'.
> [INFO]
----------------------------------------------------------------------------
> [INFO] Building Client Application
> [INFO]    task-segment: [help:describe] (aggregator-style)
> [INFO]
----------------------------------------------------------------------------
> [INFO] [help:describe]
> [INFO] Plugin: 'org.codehaus.mojo:dependency-maven-plugin:1.0'
> -----------------------------------------------
> Group Id:  org.codehaus.mojo
> Artifact Id: dependency-maven-plugin
> Version:     1.0
> Goal Prefix: dependency
> Description:
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
I'm just an unfrozen caveman software developer.  I don't understand your
strange, "modern" ways.

Reply via email to