You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by to...@apache.org on 2012/08/15 21:10:54 UTC

svn commit: r1373574 - /hadoop/common/trunk/pom.xml

Author: tomwhite
Date: Wed Aug 15 19:10:52 2012
New Revision: 1373574

URL: http://svn.apache.org/viewvc?rev=1373574&view=rev
Log:
HADOOP-8278. Make sure components declare correct set of dependencies.

Modified:
    hadoop/common/trunk/pom.xml

Modified: hadoop/common/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hadoop/common/trunk/pom.xml?rev=1373574&r1=1373573&r2=1373574&view=diff
==============================================================================
--- hadoop/common/trunk/pom.xml (original)
+++ hadoop/common/trunk/pom.xml Wed Aug 15 19:10:52 2012
@@ -365,6 +365,18 @@ xsi:schemaLocation="http://maven.apache.
         </reportSets>
       </plugin>
 
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-dependency-plugin</artifactId>
+        <version>2.4</version>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>analyze-report</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
     </plugins>
   </reporting>