Herve Boutemy created MSITE-722:
-----------------------------------

             Summary: align display info on executed reports
                 Key: MSITE-722
                 URL: https://jira.codehaus.org/browse/MSITE-722
             Project: Maven Site Plugin
          Issue Type: Improvement
    Affects Versions: 3.3
            Reporter: Herve Boutemy
            Priority: Minor


currently, there is fixed space between text and report info:
{noformat}[INFO] Generating "Continuous Integration" report    --- 
maven-project-info-reports-plugin:2.7:cim
[INFO] Generating "Mailing Lists" report    --- 
maven-project-info-reports-plugin:2.7:mailing-list
[INFO] Generating "Project License" report    --- 
maven-project-info-reports-plugin:2.7:license
[INFO] Generating "Project Team" report    --- 
maven-project-info-reports-plugin:2.7:project-team
[INFO] Generating "Project Summary" report    --- 
maven-project-info-reports-plugin:2.7:summary
[INFO] Generating "Dependency Information" report    --- 
maven-project-info-reports-plugin:2.7:dependency-info
[INFO] Generating "Issue Tracking" report    --- 
maven-project-info-reports-plugin:2.7:issue-tracking{noformat}

it would be more readable (cost less space) if there were some alignment, with 
less psace when the text is large:
{noformat}[INFO] Generating "Continuous Integration" report --- 
maven-project-info-reports-plugin:2.7:cim
[INFO] Generating "Mailing Lists" report        --- 
maven-project-info-reports-plugin:2.7:mailing-list
[INFO] Generating "Project License" report      --- 
maven-project-info-reports-plugin:2.7:license
[INFO] Generating "Project Team" report         --- 
maven-project-info-reports-plugin:2.7:project-team
[INFO] Generating "Project Summary" report      --- 
maven-project-info-reports-plugin:2.7:summary
[INFO] Generating "Dependency Information" report --- 
maven-project-info-reports-plugin:2.7:dependency-info
[INFO] Generating "Issue Tracking" report       --- 
maven-project-info-reports-plugin:2.7:issue-tracking{noformat}



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)

Reply via email to