jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • Maven 2.x Source Plugin
  • MSOURCES-30

Should not output INFO message when maven is run in quiet mode

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Open Open
  • Priority: Minor Minor
  • Resolution: Unresolved
  • Affects Version/s: 2.0.4
  • Fix Version/s: None
  • Labels:
    None

Description

Currently, the source plugin produces INFO statement for created source jars even if maven is run in quite mode.

This produces unwanted output to system.out during build.

Issue Links

depends upon

Improvement - An improvement or enhancement to an existing feature or task. PLXCOMP-129 Archiver should not print info messages for duplicate directories.

  • Major - Major loss of function.
  • Closed - The issue is considered finished, the resolution is correct. Issues which are not closed can be reopened.

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • Work Log
  • History
  • Activity
Hide
Permalink
Dennis Lundberg added a comment - 24/Feb/09 4:59 PM

The logging statement comes from a dependency of the Source Plugin: Plexus Archiver.

Show
Dennis Lundberg added a comment - 24/Feb/09 4:59 PM The logging statement comes from a dependency of the Source Plugin: Plexus Archiver.
Hide
Permalink
jieryn added a comment - 25/May/10 3:35 PM

Moving from 2.1.1 to 2.1.2 my output has more than 8x expanded because of hundreds of these messages being issued. I think I could tolerate INFO level for the first (for any duplicate resource) " [INFO] path/to/resource already added, skipping "; but the exact same warning is issued 30 or 40 times during the build process. This is quite intolerable, and as you say Dennis, there is apparently no work around because it is a dependency issuing the messages.. Please help!!

Show
jieryn added a comment - 25/May/10 3:35 PM Moving from 2.1.1 to 2.1.2 my output has more than 8x expanded because of hundreds of these messages being issued. I think I could tolerate INFO level for the first (for any duplicate resource) " [INFO] path/to/resource already added, skipping "; but the exact same warning is issued 30 or 40 times during the build process. This is quite intolerable, and as you say Dennis, there is apparently no work around because it is a dependency issuing the messages.. Please help!!
Hide
Permalink
jieryn added a comment - 02/Feb/11 7:08 PM

Ping!

Show
jieryn added a comment - 02/Feb/11 7:08 PM Ping!
Hide
Permalink
Vincent Latombe added a comment - 11/Apr/11 5:18 AM

Depends on PLXCOMP-129

Show
Vincent Latombe added a comment - 11/Apr/11 5:18 AM Depends on PLXCOMP-129
Hide
Permalink
Evgeny Mandrikov added a comment - 11/Nov/11 3:52 PM

Seem that update of plexus-archiver to 2.0.1 (PLXCOMP-129) and plexus-utils to 3.0 doesn't solve this issue :

Apache Maven 2.2.1 (r801777; 2009-08-06 23:16:01+0400)
Java version: 1.6.0_29
Java home: /opt/sun-jdk-1.6.0.29/jre
Default locale: ru_RU, platform encoding: UTF-8
OS name: "linux" version: "2.6.39.3" arch: "i386" Family: "unix"
[INFO] Scanning for projects...
[INFO] snapshot org.apache.maven.plugins:maven-source-plugin:2.1.3-SNAPSHOT: checking for updates from central
[INFO] ------------------------------------------------------------------------
[INFO] Building Sonar :: Plugins :: Findbugs
[INFO]    task-segment: [source:jar-no-fork]
[INFO] ------------------------------------------------------------------------
[INFO] [source:jar-no-fork {execution: default-cli}]
[INFO] org already added, skipping
[INFO] org/sonar already added, skipping
[INFO] org/sonar/plugins already added, skipping
[INFO] org/sonar/plugins/findbugs already added, skipping
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5 seconds
[INFO] Finished at: Sat Nov 12 00:54:35 MSK 2011
[INFO] Final Memory: 17M/117M
[INFO] ------------------------------------------------------------------------
Show
Evgeny Mandrikov added a comment - 11/Nov/11 3:52 PM Seem that update of plexus-archiver to 2.0.1 (PLXCOMP-129) and plexus-utils to 3.0 doesn't solve this issue :
Apache Maven 2.2.1 (r801777; 2009-08-06 23:16:01+0400)
Java version: 1.6.0_29
Java home: /opt/sun-jdk-1.6.0.29/jre
Default locale: ru_RU, platform encoding: UTF-8
OS name: "linux" version: "2.6.39.3" arch: "i386" Family: "unix"
[INFO] Scanning for projects...
[INFO] snapshot org.apache.maven.plugins:maven-source-plugin:2.1.3-SNAPSHOT: checking for updates from central
[INFO] ------------------------------------------------------------------------
[INFO] Building Sonar :: Plugins :: Findbugs
[INFO]    task-segment: [source:jar-no-fork]
[INFO] ------------------------------------------------------------------------
[INFO] [source:jar-no-fork {execution: default-cli}]
[INFO] org already added, skipping
[INFO] org/sonar already added, skipping
[INFO] org/sonar/plugins already added, skipping
[INFO] org/sonar/plugins/findbugs already added, skipping
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5 seconds
[INFO] Finished at: Sat Nov 12 00:54:35 MSK 2011
[INFO] Final Memory: 17M/117M
[INFO] ------------------------------------------------------------------------
Hide
Permalink
Paul Gier added a comment - 12/Feb/12 10:18 AM

This should be fixed with the next release of plexus archiver.
See commit 955c1827.

Show
Paul Gier added a comment - 12/Feb/12 10:18 AM This should be fixed with the next release of plexus archiver. See commit 955c1827.

People

  • Assignee:
    Unassigned
    Reporter:
    Mauritz Lovgren
Vote (9)
Watch (8)

Dates

  • Created:
    10/Jan/08 8:06 PM
    Updated:
    12/Feb/12 10:18 AM
  • Atlassian JIRA (v5.0.4#731-sha1:3aa7374)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.