فهرست منبع

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

Allen Wittenauer 9 سال پیش
والد
کامیت
79d7949fbb
1فایلهای تغییر یافته به همراه4 افزوده شده و 2 حذف شده
  1. 4 2
      hadoop-common-project/hadoop-common/pom.xml

+ 4 - 2
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>