You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2020/01/31 05:48:38 UTC

[struts-archetypes] branch cleanup updated: Uses pluginRepository to allow fetch SNAPSHOT plugins

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 db3da1e  Uses pluginRepository to allow fetch SNAPSHOT plugins
db3da1e is described below

commit db3da1e3032a1605c2b35d88bedc749c1a6228d0
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Fri Jan 31 06:48:27 2020 +0100

    Uses pluginRepository to allow fetch SNAPSHOT plugins
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9289c69..fdb9544 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,15 +121,15 @@
     </build>
 
     <!-- Remove once maven-archetype-plugin get released-->
-    <repositories>
-        <repository>
+    <pluginRepositories>
+        <pluginRepository>
             <id>apache-snapshots</id>
             <url>https://repository.apache.org/content/groups/snapshots/</url>
             <layout>default</layout>
             <snapshots>
                 <enabled>true</enabled>
             </snapshots>
-        </repository>
-    </repositories>
+        </pluginRepository>
+    </pluginRepositories>
 
 </project>