Issue Type: Bug Bug
Affects Versions: 2.1
Assignee: Unassigned
Created: 29/Nov/13 6:43 AM
Description:

mvn versions:use-latest-versions -DallowSnapshots=true -Dincludes=my.company.foo*

Doesn't see this entry below. If I remove type, or I remove scope then it sees it and upgrades it, but unfortunately I realy do need both in there for import to work.

For:
<dependencyManagement>
<dependencies>
<dependency>
<groupId>my.company</groupId>
<artifactId>foo.bar</artifactId>
<version>3</version>
<type>pom</type>
<scope>import</import>
</dependency>
</dependencies>
</dependencyManagement>

Project: Mojo's Versions Maven Plugin
Priority: Blocker Blocker
Reporter: Leon Chadwick
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