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/10/11 17:18:07 UTC

svn commit: r1631058 - /maven/pom/trunk/maven/pom.xml

Author: hboutemy
Date: Sat Oct 11 15:18:06 2014
New Revision: 1631058

URL: http://svn.apache.org/r1631058
Log:
added a note about reporting plugins configuration required for Maven 2

Modified:
    maven/pom/trunk/maven/pom.xml

Modified: maven/pom/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=1631058&r1=1631057&r2=1631058&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Sat Oct 11 15:18:06 2014
@@ -1069,6 +1069,7 @@ under the License.
       <id>reporting</id>
       <reporting>
         <plugins>
+        <!-- plugin versions and configuration can be moved to pluginManagement when we don't target Maven 2 any more -->
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-project-info-reports-plugin</artifactId>