summaryrefslogtreecommitdiffstats
path: root/branches
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2008-10-17 13:12:25 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2008-10-17 13:12:25 +0000
commit9e239bcb8c9b5810baf14cfdf3ce66ed02c68d2d (patch)
tree0b4d44fd6c6ffa937ab9590fd1db99921c7ad412 /branches
parentf343f1d8336d5045d7aacb8f949658b2e34f709f (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@705601 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches')
-rw-r--r--branches/sca-java-1.3.3/pom.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/branches/sca-java-1.3.3/pom.xml b/branches/sca-java-1.3.3/pom.xml
index 59185c7170..72d4438aeb 100644
--- a/branches/sca-java-1.3.3/pom.xml
+++ b/branches/sca-java-1.3.3/pom.xml
@@ -413,6 +413,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>