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 16:18:24 UTC

[maven-resolver-ant-tasks] 01/01: Test with new 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-resolver-ant-tasks.git

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

    Test with new maven-antrun-plugin 3.0.0
---
 pom.xml | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a52b02c..0ffa5ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,6 +26,7 @@
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
     <version>34</version>
+    <relativePath />
   </parent>
 
   <groupId>org.apache.maven.resolver</groupId>
@@ -340,12 +341,24 @@
   <profiles>
     <profile>
       <id>run-its</id>
+      <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>
       <build>
         <plugins>
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-antrun-plugin</artifactId>
-            <version>1.8</version>
+            <version>3.0.0</version>
             <executions>
               <execution>
                 <id>smoke-test</id>