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

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@979874 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2010-07-27 21:06:30 +00:00
parent 5215e49df0
commit b9f99f7c51
1 changed files with 0 additions and 2 deletions

View File

@ -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>