Message: The following issue has been closed.
Resolver: Brett Porter Date: Wed, 7 Apr 2004 9:30 PM now downloads to local repository instead. --------------------------------------------------------------------- View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPPLUGIN-2 Here is an overview of the issue: --------------------------------------------------------------------- Key: MPPLUGIN-2 Summary: plugin:download deletes the downloaded file Type: Bug Status: Closed Priority: Major Resolution: FIXED Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: maven-plugin-plugin Fix Fors: 1.3 Assignee: Reporter: Oliver Noelle Created: Thu, 13 Nov 2003 6:25 AM Updated: Wed, 7 Apr 2004 9:30 PM Environment: Win2K Description: After deploying a newly developed plugin to our central repository, I wanted to download it (on a different machine): Using plugin:download I realized that the plugin successfully downloads but apparently immediately deletes the downloaded file. After I added a line to the jelly.xml it worked: <delete includeEmptyDirs="true" verbose="false"> <fileset dir="${maven.plugin.unpacked.dir}"> <include name="*.cache"/> <include name="**/.processed" /> <include name="${artifactId}-*/**" /> <exclude name="${artifactId}-${version}.jar" /> <!-- this line added by oliver --> </fileset> </delete> Looks like a bug to me... --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]