diff --git pom.xml pom.xml
index eccf41f..65e0a86 100644
--- pom.xml
+++ pom.xml
@@ -32,6 +32,7 @@
org.apache
apache
8
+
org.apache.hbase
@@ -276,8 +277,32 @@
false
-
+
+ ghelmling.testing
+ Gary Helmling test repo
+ http://people.apache.org/~garyh/mvn/
+
+ true
+
+
+ true
+
+
+
+
+
+ ghelmling.testing
+ Gary Helmling test repo
+ http://people.apache.org/~garyh/mvn/
+
+ true
+
+
+ true
+
+
+
+
+ org.apache.maven.surefire
+ surefire-junit47
+
+ ${surefire.version}
+
+
+
900
-enableassertions -Xmx1400m
@@ -311,16 +350,8 @@
org.apache.maven.plugins
maven-failsafe-plugin
- 2.10
+ ${surefire.version}
-
- ${integrationtest.include}
-
-
- ${unittest.include}
- **/*$*
- ${test.exclude.pattern}
-
${env.LD_LIBRARY_PATH}:${project.build.directory}/nativelib
${env.DYLD_LIBRARY_PATH}:${project.build.directory}/nativelib
@@ -376,7 +407,7 @@
maven-surefire-report-plugin
- 2.10
+ ${surefire.version}
org.apache.avro
@@ -574,28 +605,38 @@
org.apache.maven.plugins
maven-surefire-plugin
- ${myForkMode}
- ${myParallel}
- false
- ${myThreadCount}
-
- ${unittest.include}
-
-
- ${integrationtest.include}
- **/*$*
- ${test.exclude.pattern}
-
-
- ${env.LD_LIBRARY_PATH}:${project.build.directory}/nativelib
- ${env.DYLD_LIBRARY_PATH}:${project.build.directory}/nativelib
-
+ ${surefire.skipfirstPartTests}
+ ${surefire.firstPartForkMode}
+ ${surefire.firstPartParallel}
+ false
+ ${surefire.firstPartThreadCount}
+ ${surefire.firstPartGroups}
+ ${surefire.hasSecondPart}
+
+
+ secondPartTestsExecution
+ test
+ test
+
+ ${surefire.skipSecondPart}
+ false
+ always
+ none
+ ${surefire.secondPartGroups}
+
+
+
org.apache.maven.plugins
maven-failsafe-plugin
+
+ false
+ always
+ org.apache.hadoop.hbase.LargeTests
+
maven-antrun-plugin
@@ -813,7 +854,7 @@
6.1.14
1.4
1.6.0
- 4.10
+ 4.10-HBASE-1
1.2.16
1.8.5
2.4.0a
@@ -831,19 +872,22 @@
0.91.0
${project.artifactId}-${project.version}
-
-
-
- **/${test.exclude}.java
-
- **/Test*.java
- **/IntegrationTest*.java
+ 2.11-TRUNK-HBASE-2
+
+ always
+ none
+ 1
-
- always
- none
- 1
+
+ false
+ true
+ false
+
+
+
@@ -1357,52 +1401,11 @@
-
-
-
- nonParallelTests
-
- false
-
-
- always
- none
- 1
-
-
-
-
-
- parallelTests
-
- false
-
-
- once
- classes
- 3
-
-
-
-
-
- singleJVMTests
-
- false
-
-
- once
- none
- 1
-
-
-
security
- ${artifactId}-${version}-security
+ ${project.artifactId}-${project.version}-security
org.codehaus.mojo
@@ -1806,6 +1809,124 @@
+
+
+
+ nonParallelTests
+
+ false
+
+
+ always
+ none
+ 1
+
+
+
+
+ parallelTests
+
+ false
+
+
+ once
+ classes
+ 1
+
+
+
+
+ singleJVMTests
+
+ false
+
+
+ once
+ none
+ 1
+
+
+
+
+ runSmallTests
+
+ false
+
+
+ once
+ none
+ 1
+
+ false
+ true
+ org.apache.hadoop.hbase.SmallTests
+
+
+
+
+
+ runMediumTests
+
+ false
+
+
+ false
+ true
+ org.apache.hadoop.hbase.MediumTests
+
+
+
+
+
+ runLargeTests
+
+ false
+
+
+ false
+ true
+ org.apache.hadoop.hbase.LargeTests
+
+
+
+
+
+ runDevTests
+
+ false
+
+
+ once
+ none
+ 1
+
+ false
+ false
+ true
+ org.apache.hadoop.hbase.SmallTests
+ org.apache.hadoop.hbase.MediumTests
+
+
+
+
+ runAllTests
+
+ false
+
+
+ once
+ none
+ 1
+
+ false
+ false
+ true
+ org.apache.hadoop.hbase.SmallTests
+ org.apache.hadoop.hbase.MediumTests,org.apache.hadoop.hbase.LargeTests
+
+