Change By: Herve Boutemy (30/May/13 1:21 PM)
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

{code:xml} <dependencies>
 <dependency>
  <groupId>org.apache.maven.shared</groupId>
  <artifactId>maven-dependency-tree</artifactId>
  <version>2.1</version>
 </dependency>
</dependencies>
{code}

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