"maven" is the old Maven1 command.
"mvn" is the new Maven2 command.

The command "plugin:download" is only used by Maven1.

It seems you are trying to use a M1 command in M2.

Wayne

On 4/11/06, Schalk <[EMAIL PROTECTED]> wrote:
> Greetings All,
>
> When I run the following command on Windows XP:
>
> maven plugin:download
>            -DgroupId=emma
>            -DartifactId=maven-emma-plugin
>            -Dversion=0.5
>
> I get a error message that the command maven was not found. When I then 
> change it to:
>
> mvn plugin:download
>            -DgroupId=emma
>            -DartifactId=maven-emma-plugin
>            -Dversion=0.5
>
> It start but then stops with a build error: Required goal not found: 
> plugin:download
>
> What am I doing wrong here? Thanks!
>
> --
> Kind Regards
> Schalk Neethling
> Web Developer.Designer.Programmer.President
> Volume4.Business.Solution.Developers
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to