HADOOP-12492. maven install triggers bats test (aw)
This commit is contained in:
parent
97056c3355
commit
79d7949fbb
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user