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:42:20 UTC

[maven-archetype] branch maven-antrun-plugin-3 created (now 18ca701)

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

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


      at 18ca701  Use maven-antrun-plugin 3.0.0

This branch includes the following new commits:

     new 18ca701  Use maven-antrun-plugin 3.0.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-archetype] 01/01: Use maven-antrun-plugin 3.0.0

Posted by sl...@apache.org.
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-archetype.git

commit 18ca70164c63c25585fbdda7a019fb9b23be0b71
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Apr 12 21:41:00 2020 +0200

    Use maven-antrun-plugin 3.0.0
---
 archetype-common/pom.xml |  1 +
 pom.xml                  | 13 ++++++++++++-
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/archetype-common/pom.xml b/archetype-common/pom.xml
index 6976e9e..a8cd149 100644
--- a/archetype-common/pom.xml
+++ b/archetype-common/pom.xml
@@ -226,6 +226,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-antrun-plugin</artifactId>
+        <version>3.0.0</version>
         <dependencies>
           <dependency>
             <groupId>ant</groupId>
diff --git a/pom.xml b/pom.xml
index cbd9c22..e862e0b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -248,7 +248,18 @@
       </dependency>
     </dependencies>
   </dependencyManagement>
-
+  <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>
     <pluginManagement>
       <plugins>