You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2018/01/29 12:35:40 UTC

[13/50] [abbrv] hbase git commit: HBASE-19877 hbase-common and hbase-zookeeper don't add the log4j.properties to the resource path for testing

HBASE-19877 hbase-common and hbase-zookeeper don't add the log4j.properties to the resource path for testing


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

Branch: refs/heads/HBASE-19397-branch-2
Commit: a36e9c76c26ddaf09e72fe68f51b9911a8112be4
Parents: 523d274
Author: Chia-Ping Tsai <ch...@gmail.com>
Authored: Mon Jan 29 03:00:42 2018 +0800
Committer: Chia-Ping Tsai <ch...@gmail.com>
Committed: Mon Jan 29 16:52:13 2018 +0800

----------------------------------------------------------------------
 hbase-common/pom.xml    | 6 ++++++
 hbase-zookeeper/pom.xml | 9 ++++++---
 2 files changed, 12 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/a36e9c76/hbase-common/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-common/pom.xml b/hbase-common/pom.xml
index ffc1f88..3284440 100644
--- a/hbase-common/pom.xml
+++ b/hbase-common/pom.xml
@@ -50,6 +50,12 @@
         </includes>
         <filtering>true</filtering>
       </testResource>
+      <testResource>
+        <directory>src/test/resources</directory>
+        <includes>
+          <include>**/**</include>
+        </includes>
+      </testResource>
     </testResources>
     <plugins>
       <plugin>

http://git-wip-us.apache.org/repos/asf/hbase/blob/a36e9c76/hbase-zookeeper/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-zookeeper/pom.xml b/hbase-zookeeper/pom.xml
index aff824b..aeb8d66 100644
--- a/hbase-zookeeper/pom.xml
+++ b/hbase-zookeeper/pom.xml
@@ -43,6 +43,12 @@
         </includes>
         <filtering>true</filtering>
       </testResource>
+      <testResource>
+        <directory>src/test/resources</directory>
+        <includes>
+          <include>**/**</include>
+        </includes>
+      </testResource>
     </testResources>
     <plugins>
       <plugin>
@@ -96,9 +102,6 @@
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
-          <additionalClasspathElements>
-            <additionalClasspathElement>src/test/resources</additionalClasspathElement>
-          </additionalClasspathElements>
           <properties>
             <property>
               <name>listener</name>