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 93bc4e9  typo
93bc4e9 is described below

commit 93bc4e9866a279eaf08d8a065145e96feca7a38a
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Sat Mar 16 16:15:58 2019 +0100

    typo
---
 .../src/main/java/org/netbeans/nbm/CreateClusterAppMojo.java          | 4 ++--
 1 file changed, 2 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 75ea55d..76e1a3f 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,8 +398,8 @@ public class CreateClusterAppMojo
                                             //ex.setPopulateDependencies( true 
);
                                             ex.checkFile();
                                             if (ex.isOsgiBundle()) {
-                                                if ( 
(art.getId().contains("org.netbeans.modules:org-netbeans-modules-maven-embedder")
 || 
-                                                     
(art.getId().contains("org.apache.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 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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

Reply via email to