Issue Type: Improvement Improvement
Assignee: Unassigned
Created: 06/Mar/13 6:47 AM
Description:

Would be useful to have an ability to lock any particular version of an artifact:


<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version locked="true">1.3.04</version>
</dependency>


In this example I'm locking the version of xml-apis:xml-apis since it's latest version 2.0.0 is not workable, but it's the latest.

When "locked" attribute is set the plugin shouldn't touch this version during "use-latest-versions" goal execution.

Project: Maven 2.x Versions Plugin
Priority: Major Major
Reporter: Yegor Bugayenko
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to