You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by tm...@apache.org on 2006/11/13 18:22:23 UTC

svn commit: r474403 - /struts/maven/trunk/struts2-archetype-starter/pom.xml

Author: tmjee
Date: Mon Nov 13 09:22:22 2006
New Revision: 474403

URL: http://svn.apache.org/viewvc?view=rev&rev=474403
Log:
- added a Apache Snapshot and Test build repository, cause for example if we are depending on some snapshot struts-master version that's not in maven main repo, struts2-archetype-starter will not build.


Modified:
    struts/maven/trunk/struts2-archetype-starter/pom.xml

Modified: struts/maven/trunk/struts2-archetype-starter/pom.xml
URL: http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-starter/pom.xml?view=diff&rev=474403&r1=474402&r2=474403
==============================================================================
--- struts/maven/trunk/struts2-archetype-starter/pom.xml (original)
+++ struts/maven/trunk/struts2-archetype-starter/pom.xml Mon Nov 13 09:22:22 2006
@@ -18,5 +18,15 @@
        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/maven/trunk/struts2-archetype-starter/</developerConnection>
        <url>http://svn.apache.org/viewcvs.cgi/struts/maven/trunk/struts2-archetype-starter/</url>
     </scm>
+    
+    <repositories>
+        <repository>
+            <id>apache.snapshots</id>
+            <name>Apache Maven Repository (Snapshots and Test Builds)</name>
+            <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+            <releases><enabled>true</enabled></releases>
+            <snapshots><enabled>true</enabled></snapshots>
+        </repository>
+    </repositories>
 
 </project>