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:
parent
68ed3c7ff9
commit
95c32d4c37
|
@ -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
|
||||
|
|
5
pom.xml
5
pom.xml
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue