|
|
@@ -48,13 +48,23 @@ |
|
|
|
<version>4.12</version> |
|
|
|
<scope>test</scope> |
|
|
|
</dependency> |
|
|
|
</dependencies> |
|
|
|
<dependency> |
|
|
|
<groupId>org.apache.ant</groupId> |
|
|
|
<artifactId>ant-antunit</artifactId> |
|
|
|
<version>1.3</version> |
|
|
|
<scope>test</scope> |
|
|
|
<exclusions> |
|
|
|
<exclusion> |
|
|
|
<groupId>org.apache.ant</groupId> |
|
|
|
<artifactId>ant</artifactId> |
|
|
|
</exclusion> |
|
|
|
<exclusion> |
|
|
|
<groupId>org.apache.ant</groupId> |
|
|
|
<artifactId>ant-launcher</artifactId> |
|
|
|
</exclusion> |
|
|
|
</exclusions> |
|
|
|
</dependency> |
|
|
|
</dependencies> |
|
|
|
<build> |
|
|
|
<filters> |
|
|
|
<filter>../../../../target/ant/.build.timestamp.properties</filter> |
|
|
@@ -153,8 +163,8 @@ |
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
<artifactId>maven-surefire-plugin</artifactId> |
|
|
|
<configuration> |
|
|
|
<omitBasedir>true</omitBasedir> |
|
|
|
<systemProperties> |
|
|
|
<basedir>../../../..</basedir> |
|
|
|
<property> |
|
|
|
<name>ant.home</name> |
|
|
|
<value>${env.ANT_HOME}</value> |
|
|
@@ -171,10 +181,6 @@ |
|
|
|
<name>offline</name> |
|
|
|
<value>true</value> |
|
|
|
</property> |
|
|
|
<property> |
|
|
|
<name>root</name> |
|
|
|
<value>../../../..</value> |
|
|
|
</property> |
|
|
|
</systemProperties> |
|
|
|
</configuration> |
|
|
|
</plugin> |
|
|
|