Author: wsmoak
Date: Sun Mar 26 13:00:07 2006
New Revision: 388965

URL: http://svn.apache.org/viewcvs?rev=388965&view=rev
Log:
Add a snapshot repository to <distributionManagement> so that 'mvn deploy' will 
work.

Modified:
    struts/build/trunk/pom.xml
    struts/tiles/trunk/pom.xml

Modified: struts/build/trunk/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/build/trunk/pom.xml?rev=388965&r1=388964&r2=388965&view=diff
==============================================================================
--- struts/build/trunk/pom.xml (original)
+++ struts/build/trunk/pom.xml Sun Mar 26 13:00:07 2006
@@ -51,6 +51,13 @@
     </issueManagement>
 
     <ciManagement/>
+    <distributionManagement>
+        <snapshotRepository>
+            <id>apache-snapshot</id>
+           <name>Apache Snapshot Repository</name>
+           
<url>scp://people.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
+       </snapshotRepository>
+    </distributionManagement>
 
     <mailingLists>
         <mailingList>

Modified: struts/tiles/trunk/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/tiles/trunk/pom.xml?rev=388965&r1=388964&r2=388965&view=diff
==============================================================================
--- struts/tiles/trunk/pom.xml (original)
+++ struts/tiles/trunk/pom.xml Sun Mar 26 13:00:07 2006
@@ -41,6 +41,14 @@
    <version>1.3.1-SNAPSHOT</version>
    <name>Struts Tiles</name>
    <url>http://struts.apache.org</url>
+   
+   <distributionManagement>
+      <snapshotRepository>
+         <id>apache-snapshot</id>
+         <name>Apache Snapshot Repository</name>
+         
<url>scp://people.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
+      </snapshotRepository>
+   </distributionManagement>
 
    <build>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to