Author: wsmoak
Date: Mon May  1 23:10:35 2006
New Revision: 398821

URL: http://svn.apache.org/viewcvs?rev=398821&view=rev
Log:
Add a repository so that snapshots and test builds (in this case, the snapshot 
of the struts-parent pom,) can be located.
Correct the scm urls: 'site' doesn't use a trunk directory.

Modified:
    struts/site/pom.xml

Modified: struts/site/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/site/pom.xml?rev=398821&r1=398820&r2=398821&view=diff
==============================================================================
--- struts/site/pom.xml (original)
+++ struts/site/pom.xml Mon May  1 23:10:35 2006
@@ -44,10 +44,20 @@
   </description>
 
   <scm>
-    
<connection>scm|svn|http://svn.apache.org/repos/asf/struts/site/trunk</connection>
-    
<developerConnection>scm|svn|https://svn.apache.org/repos/asf/struts/site/trunk</developerConnection>
-    <url>http://svn.apache.org/repos/asf/struts/site/trunk</url>
+    
<connection>scm|svn|http://svn.apache.org/repos/asf/struts/site</connection>
+    
<developerConnection>scm|svn|https://svn.apache.org/repos/asf/struts/site</developerConnection>
+    <url>http://svn.apache.org/repos/asf/struts/site</url>
   </scm>
+  
+  <repositories>
+    <repository>
+      <id>apache.snapshots</id>
+      <name>Apache Maven Repository (Snapshots and Test Builds)</name>
+      <url>http://cvs.apache.org/maven-snapshot-repository</url>
+      <releases><enabled>true</enabled></releases>
+      <snapshots><enabled>true</enabled></snapshots>
+    </repository>
+  </repositories>
 
   <distributionManagement>
     <site>


Reply via email to