This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-archetypes.git
commit 92b06dcf7837ed017f085fb833575734b450d7ba Author: Hervé Boutemy <[email protected]> AuthorDate: Mon Apr 6 08:07:11 2020 +0200 add snapshot repository --- pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pom.xml b/pom.xml index 5964b89..fd8365f 100644 --- a/pom.xml +++ b/pom.xml @@ -79,6 +79,17 @@ under the License. <project.build.outputTimestamp>2020-04-05T12:04:00Z</project.build.outputTimestamp> </properties> + <repositories> + <repository><!-- useful to resolve maven-arhetype-plugin when it is a SNAPSHOT --> + <id>apache.snapshots</id> + <name>Apache Snapshot Repository</name> + <url>https://repository.apache.org/snapshots</url> + <releases> + <enabled>false</enabled> + </releases> + </repository> + </repositories> + <build> <extensions> <extension>
