Skip antlib integration tests on -DskipTests

This commit is contained in:
Phillip Webb 2016-06-23 14:29:11 -07:00
parent 93307bbd5b
commit b03d8a5914

View File

@ -89,6 +89,7 @@
<fileset xmlns="antlib:org.apache.tools.ant" dir="${project.build.directory}/it" includes="**/build.xml" />
</antunit>
</target>
<skip>${skipTests}</skip>
</configuration>
<goals>
<goal>run</goal>