Change By: Robert Scholte (06/Mar/13 11:51 AM)
Description: Would be useful to have an ability to lock any particular version of an artifact:

{
noformat code:xml }
<dependency>
  <groupId>xml-apis</groupId>
  <artifactId>xml-apis</artifactId>
  <version locked="true">1.3.04</version>
</dependency>
{code}

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.
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