This is an automated email from the ASF dual-hosted git repository.
skygo pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-netbeans-mavenutils.git
The following commit(s) were added to refs/heads/master by this push:
new 57840ad Change groupid to org.apache.netbeans
57840ad is described below
commit 57840ad4fc6832e5f6f41fc081b32d0d51c697d7
Author: Eric Barboni <[email protected]>
AuthorDate: Sat Mar 16 17:17:31 2019 +0100
Change groupid to org.apache.netbeans
---
.../src/main/java/org/netbeans/nbm/CreateClusterAppMojo.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/nbm-maven-plugin/src/main/java/org/netbeans/nbm/CreateClusterAppMojo.java
b/nbm-maven-plugin/src/main/java/org/netbeans/nbm/CreateClusterAppMojo.java
index 76e1a3f..9dae78e 100644
--- a/nbm-maven-plugin/src/main/java/org/netbeans/nbm/CreateClusterAppMojo.java
+++ b/nbm-maven-plugin/src/main/java/org/netbeans/nbm/CreateClusterAppMojo.java
@@ -963,7 +963,7 @@ public class CreateClusterAppMojo
throw new MojoExecutionException( "We could not find
org-netbeans-bootstrap among the modules in the application. Launchers could
not be found.");
}
Artifact nbmArt = artifactFactory.createArtifact(
- "org.netbeans.modules",
+ "org.apache.netbeans.modules",
"org-netbeans-modules-apisupport-harness",
version,
"compile",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists