HBASE-4158 Upgrade pom.xml to surefire 2.9 (Aaron Kushner & Mikhail)

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1153662 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Zhihong Yu 2011-08-03 20:53:48 +00:00
parent 68ed3c7ff9
commit 95c32d4c37
2 changed files with 6 additions and 0 deletions

View File

@ -352,6 +352,7 @@ Release 0.91.0 - Unreleased
HBASE-3065 Retry all 'retryable' zk operations; e.g. connection loss (Liyin Tang)
HBASE-3810 Registering a coprocessor in HTableDescriptor should be easier
(Mingjie Lai via garyh)
HBASE-4158 Upgrade pom.xml to surefire 2.9 (Aaron Kushner & Mikhail)
TASKS
HBASE-3559 Move report of split to master OFF the heartbeat channel

View File

@ -242,6 +242,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.9</version>
<configuration>
<forkedProcessTimeoutInSeconds>900</forkedProcessTimeoutInSeconds>
<argLine>-enableassertions -Xmx1400m</argLine>
@ -265,6 +266,10 @@
<artifactId>apache-rat-plugin</artifactId>
<version>0.6</version>
</plugin>
<plugin>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>2.9</version>
</plugin>
</plugins>
</pluginManagement>