Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Cannot Reproduce
-
None
-
None
-
None
Description
Group ID was changed from org.netbeans.modules to org.apache.netbeans.modules.
Please change it in CreateClusterAppMojo.java -> getHarnessNbm()
{{ if ("org.netbeans.modules".equals(a.getGroupId()) && "org-netbeans-bootstrap".equals(a.getArtifactId())) {}}
and in
{{ Artifact nbmArt = artifactFactory.createArtifact(}}
{{ "org.netbeans.modules",}}