You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/04/12 19:13:17 UTC

[maven-integration-testing] 01/01: Test with maven-antrun-plugin 3.0.0

This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch maven-antrun-plugin-3
in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git

commit 84ad6500aea9bedaa8457ea473576104c32bdbf2
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Apr 12 18:31:21 2020 +0200

    Test with maven-antrun-plugin 3.0.0
---
 core-it-suite/pom.xml                              |  6 +++---
 .../src/test/resources/bootstrap/group-7/pom.xml   |  2 +-
 core-it-suite/src/test/resources/bootstrap/pom.xml | 12 +++++++++++
 pom.xml                                            | 23 ++++++++++++++++++++++
 4 files changed, 39 insertions(+), 4 deletions(-)

diff --git a/core-it-suite/pom.xml b/core-it-suite/pom.xml
index 1830219..2204b8a 100644
--- a/core-it-suite/pom.xml
+++ b/core-it-suite/pom.xml
@@ -374,7 +374,7 @@ under the License.
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-antrun-plugin</artifactId>
-            <version>1.3</version>
+            <version>3.0.0</version>
             <executions>
               <execution>
                 <id>unpack-maven-distro</id>
@@ -421,7 +421,7 @@ under the License.
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-antrun-plugin</artifactId>
-            <version>1.6</version>
+            <version>3.0.0</version>
             <executions>
               <execution>
                 <id>unpack-maven-distro</id>
@@ -463,7 +463,7 @@ under the License.
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-antrun-plugin</artifactId>
-            <version>1.3</version>
+            <version>3.0.0</version>
             <executions>
               <execution>
                 <id>copy-maven-distro</id>
diff --git a/core-it-suite/src/test/resources/bootstrap/group-7/pom.xml b/core-it-suite/src/test/resources/bootstrap/group-7/pom.xml
index 821f9e7..acb2afe 100644
--- a/core-it-suite/src/test/resources/bootstrap/group-7/pom.xml
+++ b/core-it-suite/src/test/resources/bootstrap/group-7/pom.xml
@@ -70,7 +70,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.plugins</groupId>
       <artifactId>maven-antrun-plugin</artifactId>
-      <version>1.3</version>
+      <version>3.0.0</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>
diff --git a/core-it-suite/src/test/resources/bootstrap/pom.xml b/core-it-suite/src/test/resources/bootstrap/pom.xml
index 9f65a77..cbb2528 100644
--- a/core-it-suite/src/test/resources/bootstrap/pom.xml
+++ b/core-it-suite/src/test/resources/bootstrap/pom.xml
@@ -53,6 +53,18 @@ under the License.
     <maven.test.skip>true</maven.test.skip>
   </properties>
 
+  <repositories>
+    <repository>
+      <id>apache.staging.1562</id>
+      <url>https://repository.apache.org/content/repositories/maven-1562/</url>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+    </repository>
+  </repositories>
   <build>
     <!-- This merely locks the plugin versions to disable auto-update -->
     <plugins>
diff --git a/pom.xml b/pom.xml
index 9ceb300..8f82b16 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,8 +95,31 @@ under the License.
         <enabled>false</enabled>
       </releases>
     </repository>
+    <repository>
+      <id>apache.staging.1562</id>
+      <url>https://repository.apache.org/content/repositories/maven-1562/</url>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+    </repository>
   </repositories>
 
+  <pluginRepositories>
+    <pluginRepository>
+      <id>apache.staging.1562</id>
+      <url>https://repository.apache.org/content/repositories/maven-1562/</url>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+    </pluginRepository>
+  </pluginRepositories>
+
   <profiles>
     <profile>
       <id>reporting</id>