added plugin information to console output for Maven 2 like it is don in Maven 3 --------------------------------------------------------------------------------
Key: MSITE-557 URL: http://jira.codehaus.org/browse/MSITE-557 Project: Maven 2.x and 3.x Site Plugin Issue Type: Improvement Affects Versions: 2.2 Reporter: Herve Boutemy plugin information is really convenient: {noformat}[INFO] Generating "Project License" report --- maven-project-info-reports-plugin:2.3.1 [INFO] Generating "Mailing Lists" report --- maven-project-info-reports-plugin:2.3.1 [INFO] Generating "Project Team" report --- maven-project-info-reports-plugin:2.3.1{noformat} in Maven 2, it should be feasible to have same information with specification title and version from report plugins' manifest, then output something like: {noformat}[INFO] Generating "Project License" report --- Maven Project Info Reports Plugin 2.3.1 [INFO] Generating "Mailing Lists" report --- Maven Project Info Reports Plugin 2.3.1 [INFO] Generating "Project Team" report --- Maven Project Info Reports Plugin 2.3.1{noformat} -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira