diff --git a/src/docbkx/developer.xml b/src/docbkx/developer.xml
index af60d18..cd61b9e 100644
--- a/src/docbkx/developer.xml
+++ b/src/docbkx/developer.xml
@@ -100,7 +100,7 @@ Access restriction: The method getLong(Object, long) from the type Unsafe is not
Maven Build CommandsAll commands executed from the local HBase project directory.
- Note: use Maven 2, not Maven 3.
+ Note: use Maven 3 (NOT Maven 2).
Compile
@@ -125,8 +125,15 @@ mvn test -Dtest=TestXYZ
mvn test -Dtest=org.apache.hadoop.hbase.client.*
-
-
+
+
+ Integration Tests
+ HBase 0.92 added a verify maven target. Invoking it with run all the phases up to and including the verify phase via the maven failsafe plugin, running all the unit tests as well as the long running unit and integration tests.
+
+
+mvn verify
+
+
@@ -203,12 +210,6 @@ mvn test -Dtest=org.apache.hadoop.hbase.client.*
-
- Integration Tests
- HBase 0.92 added a verify maven target. Invocation will
- run a suite of long-running tests via the maven failsafe plugin.
-
- Code StandardsSee and .