You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2014/07/11 07:13:21 UTC

svn commit: r1609628 - /maven/site/trunk/pom.xml

Author: hboutemy
Date: Fri Jul 11 05:13:20 2014
New Revision: 1609628

URL: http://svn.apache.org/r1609628
Log:
fixed/improved explanations around MPIR reports and Maven versions

Modified:
    maven/site/trunk/pom.xml

Modified: maven/site/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/site/trunk/pom.xml?rev=1609628&r1=1609627&r2=1609628&view=diff
==============================================================================
--- maven/site/trunk/pom.xml (original)
+++ maven/site/trunk/pom.xml Fri Jul 11 05:13:20 2014
@@ -179,7 +179,9 @@
         <version>2.7</version>
         <reportSets>
           <reportSet>
-            <reports><!-- expecting reports replace inherited, which is ok with M3 but not M2: see MSITE-596 -->
+            <reports><!-- expecting reports replace inherited -->
+              <!-- which was ok with M3 until 3.0.3 but not M2 nor M3.0.4+: see MSITE-596/MNG-5155 -->
+              <!-- needs a workaround (skip=true for default reportSet and this as a new reportSet?) -->
               <report>cim</report>
               <!-- <report>issue-tracking</report> -->
               <report>mailing-list</report>