Issue Type: Improvement Improvement
Affects Versions: 3.10
Assignee: Jesse Glick
Attachments: 3.1.0alpha1.patch
Created: 25/May/13 11:26 AM
Description:

Running nbm projects with maven 3.1.0 is not possible.
Using more modern maven-dep tree (2.1) works both with (mvn 3.1 and mvn 3.0.4).

Workaround for project using nbm <3.10

dependencies to put in the nbmplugin

<dependencies>
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-dependency-tree</artifactId>
<version>2.1</version>
</dependency>
</dependencies>

Environment: windows 8 x64
Project: Maven NetBeans Module Plugin
Priority: Major Major
Reporter: Eric Barboni
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