You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Robert Munteanu (JIRA)" <ji...@apache.org> on 2013/09/06 13:21:52 UTC

[jira] [Created] (INFRA-6729) Maven builds contain lots of debug output

Robert Munteanu created INFRA-6729:
--------------------------------------

             Summary: Maven builds contain lots of debug output
                 Key: INFRA-6729
                 URL: https://issues.apache.org/jira/browse/INFRA-6729
             Project: Infrastructure
          Issue Type: Bug
          Components: Jenkins
            Reporter: Robert Munteanu


Maven builds are filled with debug output generated by an 'org.apache.maven.cli.event.ExecutionEventLogger' . They bring no value and makes the build logs extremely hard to read.

{code}
INFO: ------------------------------------------------------------------------
Aug 12, 2013 1:30:48 PM org.apache.maven.cli.event.ExecutionEventLogger mojoStarted
INFO: 
Aug 12, 2013 1:30:48 PM org.apache.maven.cli.event.ExecutionEventLogger mojoStarted
INFO: --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.sling.samples.javashell ---
Aug 12, 2013 1:30:48 PM org.apache.maven.cli.event.ExecutionEventLogger mojoStarted
INFO: 
Aug 12, 2013 1:30:48 PM org.apache.maven.cli.event.ExecutionEventLogger mojoStarted
INFO: --- maven-enforcer-plugin:1.0.1:enforce (enforce-java) @ org.apache.sling.samples.javashell ---
Aug 12, 2013 1:30:48 PM org.apache.maven.cli.event.ExecutionEventLogger mojoStarted
INFO: 
Aug 12, 2013 1:30:48 PM org.apache.maven.cli.event.ExecutionEventLogger mojoStarted
INFO: --- maven-antrun-plugin:1.7:run (set-bundle-required-execution-environment) @ org.apache.sling.samples.javashell ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
Aug 12, 2013 1:30:48 PM org.apache.maven.cli.event.ExecutionEventLogger mojoStarted
INFO: 
Aug 12, 2013 1:30:48 PM org.apache.maven.cli.event.ExecutionEventLogger mojoStarted
INFO: --- maven-remote-resources-plugin:1.4:process (default) @ org.apache.sling.samples.javashell ---
Aug 12, 2013 1:30:48 PM org.apache.maven.cli.event.ExecutionEventLogger mojoStarted
INFO: 
Aug 12, 2013 1:30:48 PM org.apache.maven.cli.event.ExecutionEventLogger mojoStarted
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira