From ceec3c51831e4d72b1fb3a1e449dce0a560f2a1a Mon Sep 17 00:00:00 2001 From: dion Date: Sun, 2 Mar 2003 14:22:46 +0000 Subject: [PATCH] Make ant plugin only use one remote repository for gets git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113012 13f79535-47bb-0310-9956-ffa450edef68 --- ant/plugin.jelly | 14 +++++++++----- ant/project.xml | 2 +- ant/xdocs/changes.xml | 8 +++++++- 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/ant/plugin.jelly b/ant/plugin.jelly index 659187d8..23e9fac6 100644 --- a/ant/plugin.jelly +++ b/ant/plugin.jelly @@ -24,6 +24,10 @@ description="Generate an Ant build file"> + + ${maven.repo.remote} + ${repos[0]} + @@ -308,24 +312,24 @@ @@ -353,7 +357,7 @@ --> diff --git a/ant/project.xml b/ant/project.xml index c2f8c1ae..dbe6b46f 100644 --- a/ant/project.xml +++ b/ant/project.xml @@ -5,7 +5,7 @@ 3 maven-ant-plugin Maven Ant Plug-in - 1.2 + 1.3-SNAPSHOT Generates ant build files from a maven project, so that plain ant users can build your project Java Project Management Tools http://jakarta.apache.org/turbine/maven/reference/plugins/ant/ diff --git a/ant/xdocs/changes.xml b/ant/xdocs/changes.xml index 086a14b0..f277bc26 100644 --- a/ant/xdocs/changes.xml +++ b/ant/xdocs/changes.xml @@ -6,7 +6,13 @@ - + + + Use first remote repo the user has specified for gets + + + + Added the new maven.ant.excludedTests property