|Is there a way to automagically change the name of a plugin?

For example: the newest cactus maven plugin is downloaded via.

maven plugin:download -DartifactId=cactus-maven -DgroupId=cactus -Dversion=1.6dev-20040115

Unfortunately, that causes a problem since the 'original' name is maven-cactus (similar to the other maven plugins).
In particular it is maven-cactus-plugin-3.2.
So doing the line above will not remove this plugin.


Without having to manually delete the plugin and rename the new one.. is there a way to give it a name to use?

For example:

|| maven plugin:download -DartifactId=cactus-maven -DgroupId=cactus -Dversion=1.6dev-20040115 -Dfinal.name=maven-cactus-plugin-3.3

??
Thanks,
-Tim
|


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



Reply via email to