Parcourir la source

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

Allen Wittenauer il y a 9 ans
Parent
commit
79d7949fbb
1 fichiers modifiés avec 4 ajouts et 2 suppressions
  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>