Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-705 Here is an overview of the issue: --------------------------------------------------------------------- Key: MAVEN-705 Summary: plugin:install does not clean alternate versions of the plugin being installed Type: Bug Status: Unassigned Priority: Major Time Spent: Unknown Remaining: Unknown Project: maven Components: core Versions: 1.0-beta-10 1.0-rc1 Assignee: Reporter: David Zeleznik Created: Thu, 21 Aug 2003 10:09 AM Updated: Thu, 21 Aug 2003 10:09 AM Description: In Maven 1.0b9, the plugin:install goal was updated in the plugin plugin to clean up alternate versions of the plugin being installed. At that time, both the plugin installation directory and the unpacked plugin cache directory were at the same location: ${maven.home}/plugins. In 1.0b10 and 1.0rc1, the unpacked plugin cache was moved to ${maven.plugin.unpacked.dir}, but the goal was not updated correctly. plugin:install correctly deletes all unpacked versions of the plugin from the cache, but no longer deletes alternate versions of plugin jars from the plugin installation directory. The attached patch shows the simple correction. --------------------------------------------------------------------- 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]
