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 2013/01/12 13:54:45 UTC

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

Author: hboutemy
Date: Sat Jan 12 12:54:44 2013
New Revision: 1432416

URL: http://svn.apache.org/viewvc?rev=1432416&view=rev
Log:
disable dependencyLocations section of dependencies report since MPIR-267 issue with Maven 3, but the info is not really critical for Maven: everything comes from central

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=1432416&r1=1432415&r2=1432416&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Sat Jan 12 12:54:44 2013
@@ -841,6 +841,9 @@ under the License.
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
         <version>2.6</version>
+        <configuration>
+          <dependencyLocationsEnabled>false</dependencyLocationsEnabled><!-- waiting for MPIR-267 -->
+        </configuration>
         <reportSets>
           <reportSet>
             <reports>