Issue Type: Improvement Improvement
Assignee: Unassigned
Created: 27/May/13 2:00 AM
Description:

When running versions set:

mvn versions:set -DnewVersion=0.0.2 -DgenerateBackupPoms=false

It outputs (example):

[INFO] ------------------------------------------------------------------------
[INFO] Building Project 0.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] — versions-maven-plugin:2.0:set (default-cli) @ campaigns —
[INFO] Processing
[INFO] Updating project
[INFO] from version 0.0.2-SNAPSHOT to 0.0.2
Props:

{project.version=0.0.2, project.artifactId=campaigns, project.groupId=campaigns}
Props: {project.version=0.0.2, project.artifactId=campaigns, project.groupId=campaigns}

Props:

{project.version=0.0.2, project.artifactId=campaigns, project.groupId=campaigns}
Props: {project.version=0.0.2, project.artifactId=campaigns, project.groupId=campaigns}

Props:

{project.version=0.0.2, project.artifactId=campaigns, project.groupId=campaigns}

If running with Maven option "--quiet" it quiets all "info" output, but not the "props" output.

Use case: I have a big Java project which outputs 60 MB of "props" to the log file for each "mvn versions:set". Currently I send all versions:set output to dev/null as the log file becomes useless due to the mere size.

Request is to quiet all "props" output if "--quiet" option is used, or even better to implement a specific versions plugin option to quiet all props. The 2nd proposal still allows "info" output, which can be useful.

Environment: CentOS, Jenkins 1.510
Project: Maven 2.x Versions Plugin
Priority: Minor Minor
Reporter: Jonas Bang Christensen
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
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to