You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2017/12/20 09:27:14 UTC

[maven-ant-plugin] 05/48: o forced IT o added repo1 for IT test

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 <vs...@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" <co...@maven.apache.org>.