Browse Source

fix POMs

master
Gintas Grigelionis 7 years ago
parent
commit
4a8ef26e69
2 changed files with 15 additions and 8 deletions
  1. +12
    -6
      src/etc/poms/ant/pom.xml
  2. +3
    -2
      src/etc/poms/pom.xml

+ 12
- 6
src/etc/poms/ant/pom.xml View File

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


+ 3
- 2
src/etc/poms/pom.xml View File

@@ -20,8 +20,9 @@
Please contact us if you are not satisfied with the data contained in this POM. Please contact us if you are not satisfied with the data contained in this POM.
URL : http://ant.apache.org URL : http://ant.apache.org
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.apache.ant</groupId> <groupId>org.apache.ant</groupId>
<artifactId>ant-parent</artifactId> <artifactId>ant-parent</artifactId>


Loading…
Cancel
Save