Commit b03d8a59 authored by Phillip Webb's avatar Phillip Webb

Skip antlib integration tests on -DskipTests

parent 93307bbd
...@@ -89,6 +89,7 @@ ...@@ -89,6 +89,7 @@
<fileset xmlns="antlib:org.apache.tools.ant" dir="${project.build.directory}/it" includes="**/build.xml" /> <fileset xmlns="antlib:org.apache.tools.ant" dir="${project.build.directory}/it" includes="**/build.xml" />
</antunit> </antunit>
</target> </target>
<skip>${skipTests}</skip>
</configuration> </configuration>
<goals> <goals>
<goal>run</goal> <goal>run</goal>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment