Issue Type: Test Test
Affects Versions: 3.10
Assignee: Jesse Glick
Created: 15/Apr/13 12:51 PM
Description:

I give a try to 3.10-SNAPSHOT to test verifyIntegrity in my projects with no success in resolving missing CNB.

So I create a minimal application to reproduce the problem [see zip]
It's based on default netbeans archetype + two modifications
1) I fix the repository url
<url>http://bits.netbeans.org/nexus/content/groups/netbeans/</url> (cookie pb)
2) I add java cluster to the nbm-application.

 <groupId>org.netbeans.cluster</groupId>
 <artifactId>java</artifactId>
 <version>RELEASE73</version>
 <type>pom</type>

After build the following codebasenames are missing:
org.apache.commons.logging
org.eclipse.mylyn.tasks.core
org.eclipse.mylyn.commons.net
org.apache.commons.io
org.eclipse.equinox.common
org.eclipse.jgit
com.jcraft.jsch
org.eclipse.core.runtime
org.netbeans.libs.junit4
org.eclipse.mylyn.bugzilla.core
org.apache.commons.httpclient

I try to solve org.apache.commons.io by adding the followings dependencies with no success:

<dependency>
  <groupId>commons-io</groupId>
  <artifactId>commons-io</artifactId>
  <version>2.4</version>
</dependency>
<!-- or -->
<dependency>
  <groupId>org.netbeans.external</groupId>
  <artifactId>org-apache-commons-io</artifactId>
  <version>RELEASE73</version>
</dependency>

Solving junit4 was done by the following.

<dependency>
  <groupId>org.netbeans.api</groupId>
  <artifactId>org-netbeans-libs-junit4</artifactId>
  <version>RELEASE73</version>
</dependency>

I can serve a beta tester if needed.

Regards

PS:
patch attachemnt is just more display for having CNB of module using missing CNB

Environment: netbeans 7.3, maven 3.0.4 (nb embedded)
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