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 <slachiew...@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>