You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ae...@apache.org on 2016/02/01 19:40:38 UTC

[19/50] [abbrv] hadoop git commit: HADOOP-12492. maven install triggers bats test (aw)

HADOOP-12492. maven install triggers bats test (aw)


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

Branch: refs/heads/HDFS-7240
Commit: 79d7949fbb19928e0cae4f6b5dd9f1af82242f53
Parents: 97056c3
Author: Allen Wittenauer <aw...@apache.org>
Authored: Wed Jan 27 11:27:27 2016 -0800
Committer: Allen Wittenauer <aw...@apache.org>
Committed: Wed Jan 27 11:27:27 2016 -0800

----------------------------------------------------------------------
 hadoop-common-project/hadoop-common/pom.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/79d7949f/hadoop-common-project/hadoop-common/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-common-project/hadoop-common/pom.xml b/hadoop-common-project/hadoop-common/pom.xml
index 68ad350..7e4d090 100644
--- a/hadoop-common-project/hadoop-common/pom.xml
+++ b/hadoop-common-project/hadoop-common/pom.xml
@@ -1028,7 +1028,9 @@
     <profile>
       <id>shelltest</id>
       <activation>
-        <activeByDefault>true</activeByDefault>
+        <property>
+          <name>!skipTests</name>
+        </property>
       </activation>
       <build>
         <plugins>
@@ -1037,7 +1039,7 @@
             <executions>
                 <execution>
                     <id>common-test-bats-driver</id>
-                    <phase>process-test-classes</phase>
+                    <phase>test</phase>
                     <goals>
                         <goal>run</goal>
                     </goals>