HBASE-12315 Fix 0.98 Tests after checkstyle got parented

This commit is contained in:
Elliott Clark 2014-10-21 16:16:27 -07:00
parent dfa98ab93b
commit 43dda4f18a
1 changed files with 15 additions and 0 deletions

View File

@ -52,6 +52,21 @@
<skipAssembly>true</skipAssembly>
</configuration>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<executions>
<execution>
<id>secondPartTestsExecution</id>
<phase>test</phase>
<goals>
<goal>test</goal>
</goals>
<configuration>
<skip>true</skip>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>