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-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new f6ee0fa reduce verbosity to debug for cluster creation
new 25873a1 Merge pull request #120 from ebarboni/reducelog
f6ee0fa is described below
commit f6ee0fa182baa2d4d94af5070efabd8b6744cbc2
Author: Eric Barboni <[email protected]>
AuthorDate: Wed Nov 8 16:33:41 2023 +0100
reduce verbosity to debug for cluster creation
---
.../src/main/java/org/apache/netbeans/nbm/CreateClusterAppMojo.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/nbm-maven-plugin/src/main/java/org/apache/netbeans/nbm/CreateClusterAppMojo.java
b/nbm-maven-plugin/src/main/java/org/apache/netbeans/nbm/CreateClusterAppMojo.java
index 57090c4..81e6f75 100644
---
a/nbm-maven-plugin/src/main/java/org/apache/netbeans/nbm/CreateClusterAppMojo.java
+++
b/nbm-maven-plugin/src/main/java/org/apache/netbeans/nbm/CreateClusterAppMojo.java
@@ -457,7 +457,7 @@ public class CreateClusterAppMojo
}
else
{
- getLog().info( ex.getModule() + "
added by " + art.getId() + ""
+ getLog().debug( ex.getModule() + "
added by " + art.getId() + " located in: "
+ classpathFile );
wrappedBundleCNBs.add(
ex.getModule() );
}
---------------------------------------------------------------------
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