You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2010/07/27 23:06:30 UTC

svn commit: r979874 - /hbase/trunk/pom.xml

Author: stack
Date: Tue Jul 27 21:06:30 2010
New Revision: 979874

URL: http://svn.apache.org/viewvc?rev=979874&view=rev
Log:
Don't run tests when we do 'mvn site' -- we don't even show the produced surefire report in our site; it makes no sense showing test results as part of our site at least

Modified:
    hbase/trunk/pom.xml

Modified: hbase/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/pom.xml?rev=979874&r1=979873&r2=979874&view=diff
==============================================================================
--- hbase/trunk/pom.xml (original)
+++ hbase/trunk/pom.xml Tue Jul 27 21:06:30 2010
@@ -948,12 +948,10 @@
         <artifactId>taglist-maven-plugin</artifactId>
         <version>2.4</version>
       </plugin>
-      -->
       <plugin>
         <artifactId>maven-surefire-report-plugin</artifactId>
         <version>2.5</version>
       </plugin>
-      <!--
       <plugin>
         <artifactId>maven-dependency-plugin</artifactId>
         <version>2.1</version>