You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by sk...@apache.org on 2019/05/09 12:58:28 UTC

[netbeans-mavenutils-nb-repository-plugin] 12/13: Change groupid to org.apache.netbeans

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/netbeans-mavenutils-nb-repository-plugin.git

commit 57840ad4fc6832e5f6f41fc081b32d0d51c697d7
Author: Eric Barboni <sk...@apache.org>
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: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists