summaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2008-10-17 14:14:53 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2008-10-17 14:14:53 +0000
commite6cae7cb9551d5bb747f748f78480ea9c79e7772 (patch)
treee1c03267374caa1b664fb4eb96d9fcd764fba3cd /java
parent9e239bcb8c9b5810baf14cfdf3ce66ed02c68d2d (diff)
TUSCANY-2647 - Force the maven ant plugin to use ant version 1.6.5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705625 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
-rw-r--r--java/sca/pom.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/java/sca/pom.xml b/java/sca/pom.xml
index 8626814873..15a59a0885 100644
--- a/java/sca/pom.xml
+++ b/java/sca/pom.xml
@@ -462,6 +462,38 @@
<jdk>1.5</jdk>
</configuration>
</plugin>
+
+ <!-- ant plugin global configuration -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.1</version>
+
+ <dependencies>
+ <dependency>
+ <groupId>ant</groupId>
+ <artifactId>ant</artifactId>
+ <version>1.6.5</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.ant</groupId>
+ <artifactId>ant</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>ant</groupId>
+ <artifactId>ant-trax</artifactId>
+ <version>1.6.5</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.ant</groupId>
+ <artifactId>ant-trax</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ </dependencies>
+ </plugin>
</plugins>
</pluginManagement>
</build>