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

This commit is contained in:
Allen Wittenauer 2016-01-27 11:27:27 -08:00
parent 97056c3355
commit 79d7949fbb
1 changed files with 4 additions and 2 deletions

View File

@ -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>