Getting an error with the specified auto-install method:
maven plugin:download -DgroupId=maven -DartifactId=maven-artifact-plugin -Dversion=1.3
__ __
| \/ |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
|_| |_\__,_|\_/\___|_||_| v. 1.0-rc3
build:start:
plugin:download-artifact:
[echo] repo is 'http://www.ibiblio.org/maven'
[echo] trying to download http://www.ibiblio.org/maven/maven/plugins/maven-artifact-plugin-1.3.jar
BUILD FAILED File...... /home/brill/.maven/plugins/maven-plugin-plugin-1.3/plugin.jelly Element... ant:fail Line...... 230 Column.... 52 Unable to find plug-in Total time: 3 seconds Finished at: Fri Jun 25 15:52:58 EDT 2004
- Brill Pappin
Brett Porter wrote:
The maven team is pleased to announce the Maven Artifact Plugin 1.3 release!
http://maven.apache.org/reference/plugins/artifact/
Please note: you must remove the deploy plugin if you install this plugin.
Changes in this version include:
New Features:
o Allow non-passive FTP Issue: MPARTIFACT-8. Thanks to Matt Smith. o Fix copy-deps when list is empty Issue: MPARTIFACT-20. o Accept empty passphrase to ssh based deployers o Default to maven.username if repository username not given o Add typeHandler parameter to tags to specify a custom handler o Switch between modern and legacy mode based on properties defined o Absorb the deploy plugin to give one point of migration
Fixed bugs:
o Build and run against the installed version of Maven o Replace Apache Jakarta Maven by Apache Maven in Manifest Issue: MPJAR-29. Thanks to Martin van den Bemt.
To automatically install the plugin, type the following on a single line:
maven plugin:download -DgroupId=maven -DartifactId=maven-artifact-plugin
-Dversion=1.3
For a manual installation, you can download the plugin here:
http://www.ibiblio.org/maven/maven/plugins/maven-artifact-plugin-1.3.jar
Have fun!
-The maven team
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--
"Any sufficiently advanced magic is indistinguishable from technology."
- Arthur C Anticlarke
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
