Repository: ant Updated Branches: refs/heads/master eea994440 -> 7f67244c0
Disable Surefire for ant-jai, too Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/7f67244c Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/7f67244c Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/7f67244c Branch: refs/heads/master Commit: 7f67244c034bdbfe5472192090ee56f4afd4e16a Parents: eea9944 Author: Gintas Grigelionis <[email protected]> Authored: Sat Oct 20 09:13:02 2018 +0200 Committer: Gintas Grigelionis <[email protected]> Committed: Sat Oct 20 09:13:02 2018 +0200 ---------------------------------------------------------------------- src/etc/poms/ant-jai/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant/blob/7f67244c/src/etc/poms/ant-jai/pom.xml ---------------------------------------------------------------------- diff --git a/src/etc/poms/ant-jai/pom.xml b/src/etc/poms/ant-jai/pom.xml index 746b4f4..971cfc8 100644 --- a/src/etc/poms/ant-jai/pom.xml +++ b/src/etc/poms/ant-jai/pom.xml @@ -84,6 +84,7 @@ <configuration> <basedir>../../../..</basedir> <workingDirectory>../../../..</workingDirectory> + <skipTests>true</skipTests> </configuration> </plugin> </plugins>
