I seems to have mucked something up, I get the following: C:\proj>maven plugin:download -DgroupId=maven -DartifactId=maven-artifact-plugin -Dversion=1.3 __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0-rc3
Plugin cache will be regenerated File...... C:\dev\maven\plugins\maven-artifact-plugin-1.3\plugin.jelly Element... define:jellybean Line...... 38 Column.... 67 org/apache/maven/repository/ArtifactTypeHandler You have encountered an unknown error running Maven. Please help us to correct this problem by following these simple steps: - read the Maven FAQ at http://maven.apache.org/faq.html - run the same command again with the '-e' parameter, eg maven -e jar - search the maven-user archives for the error at http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED] .org - post the output of maven -e to JIRA at http://jira.codehaus.org/BrowseProject.jspa?id=10030 (you must sign up first) - run 'maven --info' and post the output as the environment to the bug above Total time: 5 seconds Finished at: Sat Jun 26 09:48:08 EST 2004 I believe I removed the deploy plugin prior to installing this plugin, but obviously something is amiss I am on maven 1.0 rc3, jdk 1.4.2, winXP Thanks, Matthew > -----Original Message----- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: Saturday, June 26, 2004 5:01 AM > To: Maven Users List > Cc: Maven Developers List > Subject: Maven Artifact/Deploy plugin 1.3 Released > > 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-plug in-1.3.jar > > > Have fun! > -The maven team > > > --------------------------------------------------------------------- > 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]
