Repository: hbase Updated Branches: refs/heads/master 59cd8e510 -> fb2c89b1b
HBASE-16785 We are not running all tests Do nothing patch just to get baseline of how many tests we run Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/1ee87762 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/1ee87762 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/1ee87762 Branch: refs/heads/master Commit: 1ee8776273a4ee21f9dc930bed6b72945c19f55c Parents: 59cd8e5 Author: Michael Stack <[email protected]> Authored: Thu Jan 26 12:17:48 2017 -0800 Committer: Michael Stack <[email protected]> Committed: Thu Jan 26 12:21:00 2017 -0800 ---------------------------------------------------------------------- hbase-checkstyle/pom.xml | 1 + hbase-client/pom.xml | 1 + hbase-common/pom.xml | 1 + hbase-endpoint/pom.xml | 1 + hbase-examples/pom.xml | 1 + hbase-external-blockcache/pom.xml | 1 + hbase-hadoop-compat/pom.xml | 1 + hbase-hadoop2-compat/pom.xml | 1 + hbase-prefix-tree/pom.xml | 1 + hbase-procedure/pom.xml | 1 + hbase-rsgroup/pom.xml | 1 + 11 files changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/1ee87762/hbase-checkstyle/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-checkstyle/pom.xml b/hbase-checkstyle/pom.xml index e8542f4..eeba75c 100644 --- a/hbase-checkstyle/pom.xml +++ b/hbase-checkstyle/pom.xml @@ -27,6 +27,7 @@ <version>2.0.0-SNAPSHOT</version> <name>Apache HBase - Checkstyle</name> <description>Module to hold Checkstyle properties for HBase.</description> +<!--REMOVE--> <parent> <artifactId>hbase</artifactId> http://git-wip-us.apache.org/repos/asf/hbase/blob/1ee87762/hbase-client/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-client/pom.xml b/hbase-client/pom.xml index f61c6d0..49482d6 100644 --- a/hbase-client/pom.xml +++ b/hbase-client/pom.xml @@ -31,6 +31,7 @@ <artifactId>hbase-client</artifactId> <name>Apache HBase - Client</name> <description>Client of HBase</description> +<!--REMOVE--> <build> <plugins> http://git-wip-us.apache.org/repos/asf/hbase/blob/1ee87762/hbase-common/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-common/pom.xml b/hbase-common/pom.xml index 03f1682..142f8b2 100644 --- a/hbase-common/pom.xml +++ b/hbase-common/pom.xml @@ -30,6 +30,7 @@ <artifactId>hbase-common</artifactId> <name>Apache HBase - Common</name> <description>Common functionality for HBase</description> +<!--REMOVE--> <build> <resources> http://git-wip-us.apache.org/repos/asf/hbase/blob/1ee87762/hbase-endpoint/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-endpoint/pom.xml b/hbase-endpoint/pom.xml index fc200f8..49cde7c 100644 --- a/hbase-endpoint/pom.xml +++ b/hbase-endpoint/pom.xml @@ -30,6 +30,7 @@ <artifactId>hbase-endpoint</artifactId> <name>Apache HBase - Coprocessor Endpoint</name> <description>HBase Coprocessor Endpoint implementations</description> +<!--REMOVE--> <properties> <maven.javadoc.skip>true</maven.javadoc.skip> http://git-wip-us.apache.org/repos/asf/hbase/blob/1ee87762/hbase-examples/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-examples/pom.xml b/hbase-examples/pom.xml index 94108a9..86c02b7 100644 --- a/hbase-examples/pom.xml +++ b/hbase-examples/pom.xml @@ -29,6 +29,7 @@ <artifactId>hbase-examples</artifactId> <name>Apache HBase - Examples</name> <description>Examples of HBase usage</description> +<!--REMOVE--> <build> <plugins> <plugin> http://git-wip-us.apache.org/repos/asf/hbase/blob/1ee87762/hbase-external-blockcache/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-external-blockcache/pom.xml b/hbase-external-blockcache/pom.xml index 1524763..228e395 100644 --- a/hbase-external-blockcache/pom.xml +++ b/hbase-external-blockcache/pom.xml @@ -38,6 +38,7 @@ longer than the HBase regionserver process and are not necessarily tied to a single computer life time. However external block caches add in extra operational overhead. </description> +<!--REMOVE--> <build> <plugins> http://git-wip-us.apache.org/repos/asf/hbase/blob/1ee87762/hbase-hadoop-compat/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-hadoop-compat/pom.xml b/hbase-hadoop-compat/pom.xml index 1ec1047..80b65a0 100644 --- a/hbase-hadoop-compat/pom.xml +++ b/hbase-hadoop-compat/pom.xml @@ -33,6 +33,7 @@ Interfaces to be implemented in order to smooth over hadoop version differences </description> +<!--REMOVE--> <build> <plugins> http://git-wip-us.apache.org/repos/asf/hbase/blob/1ee87762/hbase-hadoop2-compat/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-hadoop2-compat/pom.xml b/hbase-hadoop2-compat/pom.xml index 3e63391..a8bd277 100644 --- a/hbase-hadoop2-compat/pom.xml +++ b/hbase-hadoop2-compat/pom.xml @@ -31,6 +31,7 @@ limitations under the License. Interfaces to be implemented in order to smooth over hadoop version differences </description> +<!--REMOVE--> <build> <plugins> http://git-wip-us.apache.org/repos/asf/hbase/blob/1ee87762/hbase-prefix-tree/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-prefix-tree/pom.xml b/hbase-prefix-tree/pom.xml index 05715f8..2da6f8b 100644 --- a/hbase-prefix-tree/pom.xml +++ b/hbase-prefix-tree/pom.xml @@ -30,6 +30,7 @@ <artifactId>hbase-prefix-tree</artifactId> <name>Apache HBase - Prefix Tree</name> <description>Prefix Tree Data Block Encoder</description> +<!--REMOVE--> <build> <plugins> http://git-wip-us.apache.org/repos/asf/hbase/blob/1ee87762/hbase-procedure/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-procedure/pom.xml b/hbase-procedure/pom.xml index 1a813b8..0bfea59 100644 --- a/hbase-procedure/pom.xml +++ b/hbase-procedure/pom.xml @@ -30,6 +30,7 @@ <artifactId>hbase-procedure</artifactId> <name>Apache HBase - Procedure</name> <description>Procedure Framework</description> +<!--REMOVE--> <build> <plugins> http://git-wip-us.apache.org/repos/asf/hbase/blob/1ee87762/hbase-rsgroup/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-rsgroup/pom.xml b/hbase-rsgroup/pom.xml index f5c6d9f..890772e 100644 --- a/hbase-rsgroup/pom.xml +++ b/hbase-rsgroup/pom.xml @@ -31,6 +31,7 @@ <artifactId>hbase-rsgroup</artifactId> <name>Apache HBase - RSGroup</name> <description>Regionserver Groups for HBase</description> +<!--REMOVE--> <build> <plugins>
