You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2012/03/09 16:42:47 UTC

svn commit: r1298886 - in /commons/proper/commons-parent/trunk: RELEASE-NOTES.txt pom.xml src/changes/changes.xml

Author: sebb
Date: Fri Mar  9 15:42:47 2012
New Revision: 1298886

URL: http://svn.apache.org/viewvc?rev=1298886&view=rev
Log:
            Add default project info reports: excluded license/plugins/plugin management

Modified:
    commons/proper/commons-parent/trunk/RELEASE-NOTES.txt
    commons/proper/commons-parent/trunk/pom.xml
    commons/proper/commons-parent/trunk/src/changes/changes.xml

Modified: commons/proper/commons-parent/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/RELEASE-NOTES.txt?rev=1298886&r1=1298885&r2=1298886&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/commons-parent/trunk/RELEASE-NOTES.txt Fri Mar  9 15:42:47 2012
@@ -25,6 +25,7 @@ o           Updated various plugin versi
             javadoc: 2.8 => 2.8.1
             rat: 0.7 => 0.8 
             Deleted "ci" profile (does not apply with Nexus)
+            Add default project info reports: excluded license/plugins/plugin management
 
 Historical list of changes: http://commons.apache.org/changes-report.html
 

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1298886&r1=1298885&r2=1298886&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Fri Mar  9 15:42:47 2012
@@ -51,6 +51,7 @@ Version 24:
             javadoc: 2.8 => 2.8.1
             rat: 0.7 => 0.8
             Deleted "ci" profile (does not apply with Nexus)
+            Add default project info reports: excluded license/plugins/plugin management
 
 For full details see:
 http://svn.apache.org/repos/asf/commons/proper/commons-parent/tags/commons-parent-24/RELEASE-NOTES.txt
@@ -490,6 +491,36 @@ http://svn.apache.org/repos/asf/commons/
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
         <version>${commons.project-info.version}</version>
+        <!-- 
+            Unfortunately it does not appear to be possible to override
+            reports configured in a parent POM.
+            See https://jira.codehaus.org/browse/MPIR-241
+            and https://issues.apache.org/jira/browse/MPOM-32
+            So we define here all thos reports that are suitable for
+            all components. 
+            Components can add extra reports if they wish, but cannot disable any.
+        -->
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>index</report>
+              <report>summary</report>
+              <report>modules</report>
+<!--          <report>license</report>               site must link to ASF page instead  -->
+              <report>project-team</report>
+              <report>scm</report>
+              <report>issue-tracking</report>
+              <report>mailing-list</report>
+              <report>dependency-management</report>
+              <report>dependencies</report>
+              <report>dependency-convergence</report>
+              <report>cim</report>
+<!--          <report>plugin-management</report>      not very useful for end users -->
+<!--          <report>plugins</report>                not very useful for end users -->
+              <report>distribution-management</report>
+            </reports>
+          </reportSet>
+        </reportSets>      
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>

Modified: commons/proper/commons-parent/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/src/changes/changes.xml?rev=1298886&r1=1298885&r2=1298886&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/src/changes/changes.xml (original)
+++ commons/proper/commons-parent/trunk/src/changes/changes.xml Fri Mar  9 15:42:47 2012
@@ -73,6 +73,7 @@ The <action> type attribute can be add,u
             javadoc: 2.8 => 2.8.1
             rat: 0.7 => 0.8
             Deleted "ci" profile (does not apply with Nexus)
+            Add default project info reports: excluded license/plugins/plugin management
             </action>
         </release>
         <release version="23" date="2012-01-11" description="