Repository: hbase
Updated Branches:
  refs/heads/master f8b1f57b0 -> bc168b419


HBASE-17581 mvn clean test -PskipXXXTests does not work properly for some 
modules (Yi Liang)


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/bc168b41
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/bc168b41
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/bc168b41

Branch: refs/heads/master
Commit: bc168b419d20e64512086651eaa9de87d0a4a4ce
Parents: f8b1f57
Author: Jerry He <jerry...@apache.org>
Authored: Thu Feb 2 11:05:17 2017 -0800
Committer: Jerry He <jerry...@apache.org>
Committed: Thu Feb 2 11:05:17 2017 -0800

----------------------------------------------------------------------
 hbase-client/pom.xml         | 1 +
 hbase-common/pom.xml         | 1 +
 hbase-endpoint/pom.xml       | 1 +
 hbase-hadoop-compat/pom.xml  | 1 +
 hbase-hadoop2-compat/pom.xml | 1 +
 hbase-metrics-api/pom.xml    | 1 +
 hbase-metrics/pom.xml        | 1 +
 hbase-prefix-tree/pom.xml    | 1 +
 hbase-protocol/pom.xml       | 1 +
 hbase-rsgroup/pom.xml        | 1 +
 10 files changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/bc168b41/hbase-client/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-client/pom.xml b/hbase-client/pom.xml
index b7816f6..d76049f 100644
--- a/hbase-client/pom.xml
+++ b/hbase-client/pom.xml
@@ -212,6 +212,7 @@
       </activation>
       <properties>
         <surefire.skipFirstPart>true</surefire.skipFirstPart>
+        <surefire.skipSecondPart>true</surefire.skipSecondPart>
       </properties>
     </profile>
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/bc168b41/hbase-common/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-common/pom.xml b/hbase-common/pom.xml
index cf2772e..baabe56 100644
--- a/hbase-common/pom.xml
+++ b/hbase-common/pom.xml
@@ -309,6 +309,7 @@
       </activation>
       <properties>
         <surefire.skipFirstPart>true</surefire.skipFirstPart>
+        <surefire.skipSecondPart>true</surefire.skipSecondPart>
       </properties>
     </profile>
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/bc168b41/hbase-endpoint/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-endpoint/pom.xml b/hbase-endpoint/pom.xml
index 4ba3936..6601d4b 100644
--- a/hbase-endpoint/pom.xml
+++ b/hbase-endpoint/pom.xml
@@ -162,6 +162,7 @@
             </activation>
             <properties>
                 <surefire.skipFirstPart>true</surefire.skipFirstPart>
+                <surefire.skipSecondPart>true</surefire.skipSecondPart>
             </properties>
         </profile>
         <profile>

http://git-wip-us.apache.org/repos/asf/hbase/blob/bc168b41/hbase-hadoop-compat/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-hadoop-compat/pom.xml b/hbase-hadoop-compat/pom.xml
index 7fee08c..ebaf073 100644
--- a/hbase-hadoop-compat/pom.xml
+++ b/hbase-hadoop-compat/pom.xml
@@ -123,6 +123,7 @@
             </activation>
             <properties>
                 <surefire.skipFirstPart>true</surefire.skipFirstPart>
+                <surefire.skipSecondPart>true</surefire.skipSecondPart>
             </properties>
         </profile>
     </profiles>

http://git-wip-us.apache.org/repos/asf/hbase/blob/bc168b41/hbase-hadoop2-compat/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-hadoop2-compat/pom.xml b/hbase-hadoop2-compat/pom.xml
index 560b66d..c9705dd 100644
--- a/hbase-hadoop2-compat/pom.xml
+++ b/hbase-hadoop2-compat/pom.xml
@@ -198,6 +198,7 @@ limitations under the License.
             </activation>
             <properties>
                 <surefire.skipFirstPart>true</surefire.skipFirstPart>
+                <surefire.skipSecondPart>true</surefire.skipSecondPart>
             </properties>
         </profile>
   </profiles>

http://git-wip-us.apache.org/repos/asf/hbase/blob/bc168b41/hbase-metrics-api/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-metrics-api/pom.xml b/hbase-metrics-api/pom.xml
index b5466e9..4900b8f 100644
--- a/hbase-metrics-api/pom.xml
+++ b/hbase-metrics-api/pom.xml
@@ -106,6 +106,7 @@
       </activation>
       <properties>
         <surefire.skipFirstPart>true</surefire.skipFirstPart>
+        <surefire.skipSecondPart>true</surefire.skipSecondPart>
       </properties>
     </profile>
   </profiles>

http://git-wip-us.apache.org/repos/asf/hbase/blob/bc168b41/hbase-metrics/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-metrics/pom.xml b/hbase-metrics/pom.xml
index 2ff9470..e2c9781 100644
--- a/hbase-metrics/pom.xml
+++ b/hbase-metrics/pom.xml
@@ -130,6 +130,7 @@
       </activation>
       <properties>
         <surefire.skipFirstPart>true</surefire.skipFirstPart>
+        <surefire.skipSecondPart>true</surefire.skipSecondPart>
       </properties>
     </profile>
   </profiles>

http://git-wip-us.apache.org/repos/asf/hbase/blob/bc168b41/hbase-prefix-tree/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-prefix-tree/pom.xml b/hbase-prefix-tree/pom.xml
index 6dcb9a9..73c3c5b 100644
--- a/hbase-prefix-tree/pom.xml
+++ b/hbase-prefix-tree/pom.xml
@@ -134,6 +134,7 @@
       </activation>
       <properties>
         <surefire.skipFirstPart>true</surefire.skipFirstPart>
+        <surefire.skipSecondPart>true</surefire.skipSecondPart>
       </properties>
     </profile>
     <!-- Profiles for building against different hadoop versions -->

http://git-wip-us.apache.org/repos/asf/hbase/blob/bc168b41/hbase-protocol/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-protocol/pom.xml b/hbase-protocol/pom.xml
index 3924172..794c6ae 100644
--- a/hbase-protocol/pom.xml
+++ b/hbase-protocol/pom.xml
@@ -139,6 +139,7 @@
             </activation>
             <properties>
                 <surefire.skipFirstPart>true</surefire.skipFirstPart>
+                <surefire.skipSecondPart>true</surefire.skipSecondPart>
             </properties>
         </profile>
         <profile>

http://git-wip-us.apache.org/repos/asf/hbase/blob/bc168b41/hbase-rsgroup/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-rsgroup/pom.xml b/hbase-rsgroup/pom.xml
index ebb9e46..86d87f8 100644
--- a/hbase-rsgroup/pom.xml
+++ b/hbase-rsgroup/pom.xml
@@ -208,6 +208,7 @@
       </activation>
       <properties>
         <surefire.skipFirstPart>true</surefire.skipFirstPart>
+        <surefire.skipSecondPart>true</surefire.skipSecondPart>
       </properties>
     </profile>
     <profile>

Reply via email to