This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to annotated tag maven-ant-plugin-2.1 in repository https://gitbox.apache.org/repos/asf/maven-ant-plugin.git
commit 46ed54c99f7c5429749e2bd75de779521572ad2b Author: Vincent Siveton <vsive...@apache.org> AuthorDate: Thu Aug 23 01:26:15 2007 +0000 o forced IT o added repo1 for IT test git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-ant-plugin@568793 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 4 ++-- src/it/plugin-it/pom.xml | 22 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 322a2a0..332635a 100644 --- a/pom.xml +++ b/pom.xml @@ -142,8 +142,8 @@ under the License. <id>integration-tests</id> <activation> <property> - <name>integration-tests</name> - <value>true</value> + <name>maven.test.skip</name> + <value>!true</value> </property> </activation> <build> diff --git a/src/it/plugin-it/pom.xml b/src/it/plugin-it/pom.xml index e883aae..232e13d 100644 --- a/src/it/plugin-it/pom.xml +++ b/src/it/plugin-it/pom.xml @@ -46,6 +46,17 @@ under the License. <enabled>true</enabled> </snapshots> </repository> + <repository> + <id>repo1</id> + <name>Maven2</name> + <url>http://repo1.maven.org/maven2</url> + <releases> + <enabled>true</enabled> + </releases> + <snapshots> + <enabled>false</enabled> + </snapshots> + </repository> </repositories> <!-- No Plugin Snapshot --> @@ -61,6 +72,17 @@ under the License. <enabled>false</enabled> </snapshots> </pluginRepository> + <pluginRepository> + <id>repo1</id> + <name>Maven2</name> + <url>http://repo1.maven.org/maven2</url> + <releases> + <enabled>true</enabled> + </releases> + <snapshots> + <enabled>false</enabled> + </snapshots> + </pluginRepository> </pluginRepositories> <dependencies> -- To stop receiving notification emails like this one, please contact "commits@maven.apache.org" <commits@maven.apache.org>.