HADOOP-12492. maven install triggers bats test (aw)
This commit is contained in:
parent
97056c3355
commit
79d7949fbb
|
@ -1028,7 +1028,9 @@
|
||||||
<profile>
|
<profile>
|
||||||
<id>shelltest</id>
|
<id>shelltest</id>
|
||||||
<activation>
|
<activation>
|
||||||
<activeByDefault>true</activeByDefault>
|
<property>
|
||||||
|
<name>!skipTests</name>
|
||||||
|
</property>
|
||||||
</activation>
|
</activation>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
@ -1037,7 +1039,7 @@
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>common-test-bats-driver</id>
|
<id>common-test-bats-driver</id>
|
||||||
<phase>process-test-classes</phase>
|
<phase>test</phase>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>run</goal>
|
<goal>run</goal>
|
||||||
</goals>
|
</goals>
|
||||||
|
|
Loading…
Reference in New Issue