This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a commit to branch cleanup
in repository https://gitbox.apache.org/repos/asf/struts-archetypes.git
The following commit(s) were added to refs/heads/cleanup by this push:
new 518d0eb Adds repos with SNAPSHOT plugins
518d0eb is described below
commit 518d0eb634629f14288b9d80e1a210f0673db6ec
Author: Lukasz Lenart <[email protected]>
AuthorDate: Wed Dec 18 21:35:46 2019 +0100
Adds repos with SNAPSHOT plugins
---
pom.xml | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/pom.xml b/pom.xml
index aafdd5d..9289c69 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,4 +120,16 @@
</pluginManagement>
</build>
+ <!-- Remove once maven-archetype-plugin get released-->
+ <repositories>
+ <repository>
+ <id>apache-snapshots</id>
+ <url>https://repository.apache.org/content/groups/snapshots/</url>
+ <layout>default</layout>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </repository>
+ </repositories>
+
</project>