Issue Details (XML | Word | Printable)

Key: MAVEN-1492
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Brett Porter
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Maven 1

use whole id, not artifact ID, for identifying plugins

Created: 04/Nov/04 06:38 PM   Updated: 03/Aug/06 07:26 AM
Component/s: plugin manager
Affects Version/s: 1.0.1
Fix Version/s: None

Time Tracking:
Not Specified


 Description  « Hide
currently we map artifactId's to plugins. This is not guaranteed to be unique, so switch to mapping the groupId:artifactId combo.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Arnaud Heritier added a comment - 03/Aug/06 07:26 AM
Must be checked but I'm not sure that we can do it easily for the RC1 without risking to create some problems...