correct configuration Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/9b116505 Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/9b116505 Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/9b116505
Branch: refs/heads/master Commit: 9b116505b0e390e5c501f8354e7caec2b66a5944 Parents: e010b73 Author: Gintas Grigelionis <[email protected]> Authored: Wed Dec 27 06:54:41 2017 +0100 Committer: Gintas Grigelionis <[email protected]> Committed: Wed Dec 27 06:54:41 2017 +0100 ---------------------------------------------------------------------- src/etc/poms/ant/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant/blob/9b116505/src/etc/poms/ant/pom.xml ---------------------------------------------------------------------- diff --git a/src/etc/poms/ant/pom.xml b/src/etc/poms/ant/pom.xml index 8a5e12f..cb0e9ad 100644 --- a/src/etc/poms/ant/pom.xml +++ b/src/etc/poms/ant/pom.xml @@ -161,8 +161,8 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> + <basedir>../../../..</basedir> <systemProperties> - <basedir>../../../..</basedir> <property> <name>ant.home</name> <value>${env.ANT_HOME}</value>
