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:38 UTC

[netbeans-mavenutils-nbm-maven-harness] 07/13: groupid change

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-nbm-maven-harness.git

commit f4d1713ea3692707d8dbcbb0f552ca1a4e7f3a76
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Sat Mar 16 14:54:55 2019 +0100

    groupid change
---
 .../src/main/java/org/netbeans/nbm/CreateClusterAppMojo.java       | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

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 ecfd060..92e8713 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
@@ -398,10 +398,13 @@ public class CreateClusterAppMojo
                                             //ex.setPopulateDependencies( true );
                                             ex.checkFile();
                                             if (ex.isOsgiBundle()) {
-                                                if (art.getId().contains("org.netbeans.modules:org-netbeans-modules-maven-embedder")) {
+                                                if ( (art.getId().contains("org.netbeans.modules:org-netbeans-modules-maven-embedder") || 
+                                                     (art.getId().contains("org.apache.netbeans.modules:org-netbeans-modules-maven-embedder")) 
+                                                {
                                                     // in this case we dont want module-maven-embedder to be considered as wrapper for his libs                                                     
                                                     // guava is provided but ide have it also 
-                                                } else {
+                                                } else 
+                                                {
                                                     getLog().info(ex.getModule() + " added by " + art.getId() + "" + classpathFile);
                                                     wrappedBundleCNBs.add(ex.getModule());
                                                 }


---------------------------------------------------------------------
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