You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ec...@apache.org on 2013/10/03 00:40:36 UTC

svn commit: r1528665 - /hbase/branches/0.96/hbase-testing-util/pom.xml

Author: eclark
Date: Wed Oct  2 22:40:36 2013
New Revision: 1528665

URL: http://svn.apache.org/r1528665
Log:
HBASE-9699 For Downstreamers using HBaseTestingUtility is hard. -- ADD

Modified:
    hbase/branches/0.96/hbase-testing-util/pom.xml

Modified: hbase/branches/0.96/hbase-testing-util/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.96/hbase-testing-util/pom.xml?rev=1528665&r1=1528664&r2=1528665&view=diff
==============================================================================
--- hbase/branches/0.96/hbase-testing-util/pom.xml (original)
+++ hbase/branches/0.96/hbase-testing-util/pom.xml Wed Oct  2 22:40:36 2013
@@ -29,7 +29,17 @@
     <artifactId>hbase-testing-util</artifactId>
     <name>HBase - Testing Util</name>
     <description>HBase Testing Utilities.</description>
-
+    <build>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-site-plugin</artifactId>
+          <configuration>
+            <skip>true</skip>
+          </configuration>
+        </plugin>
+      </plugins>
+    </build>
     <dependencies>
         <!-- Intra-project dependencies -->
         <dependency>
@@ -194,6 +204,7 @@
                 <dependency>
                     <groupId>org.apache.hadoop</groupId>
                     <artifactId>hadoop-hdfs</artifactId>
+                    <type>test-jar</type>
                     <scope>compile</scope>
                 </dependency>
                 <dependency>