You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ws...@apache.org on 2006/03/26 23:00:08 UTC

svn commit: r388965 - in /struts: build/trunk/pom.xml tiles/trunk/pom.xml

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: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org