This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-ear-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 29af87e (doc) Remove not helpful debug log 29af87e is described below commit 29af87e9b11b966dab2c032ec8aa6ff2276c6ebe Author: Piotrek Żygieło <pzygi...@users.noreply.github.com> AuthorDate: Sat Sep 12 20:04:25 2020 +0200 (doc) Remove not helpful debug log --- .../java/org/apache/maven/plugins/ear/GenerateApplicationXmlMojo.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/java/org/apache/maven/plugins/ear/GenerateApplicationXmlMojo.java b/src/main/java/org/apache/maven/plugins/ear/GenerateApplicationXmlMojo.java index 8ec99a0..de70e2f 100644 --- a/src/main/java/org/apache/maven/plugins/ear/GenerateApplicationXmlMojo.java +++ b/src/main/java/org/apache/maven/plugins/ear/GenerateApplicationXmlMojo.java @@ -362,7 +362,6 @@ public class GenerateApplicationXmlMojo final PlexusConfiguration[] allEnvEntries = envEntries.getChildren( EnvEntry.ENV_ENTRY ); - getLog().debug( "buildEnvEntries: allEnvEntries:" + allEnvEntries ); getLog().debug( "buildEnvEntries: allEnvEntries size:" + allEnvEntries.length ); for ( PlexusConfiguration envEntry : allEnvEntries ) { @@ -470,7 +469,6 @@ public class GenerateApplicationXmlMojo // TODO: Check if this is a good idea hard code that here? Better idea? final PlexusConfiguration[] allResourceRefEntries = resourceRefs.getChildren( "resourceRef" ); - getLog().debug( "allResourceRefEntries: " + allResourceRefEntries ); getLog().debug( "allResourceRefEntries length: " + allResourceRefEntries.length ); for ( PlexusConfiguration resEntry : allResourceRefEntries ) {