Author: wsmoak
Date: Sat Apr  8 21:31:31 2006
New Revision: 392676

URL: http://svn.apache.org/viewcvs?rev=392676&view=rev
Log:
Added distribution management section to the struts-parent pom.
Because Struts uses test builds, we will "release" to the snapshot repository, 
then promote the build from there.
Suggested by: Brett Porter

Modified:
    struts/pom/pom.xml

Modified: struts/pom/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/pom/pom.xml?rev=392676&r1=392675&r2=392676&view=diff
==============================================================================
--- struts/pom/pom.xml (original)
+++ struts/pom/pom.xml Sat Apr  8 21:31:31 2006
@@ -182,7 +182,6 @@
          <roles>
             <role>PMC Member</role>
          </roles>
-         <timezone>-7</timezone>
       </developer>
       <developer>
          <name>Gary VanMatre</name>
@@ -241,7 +240,24 @@
          </roles>
       </developer>
    </developers>
-
+   <distributionManagement>
+      <repository>
+         <id>apache-maven-test-builds</id>
+         <name>Apache Maven Repository (Test Builds)</name>
+         
<url>scp://people.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
+      </repository>
+      <snapshotRepository>
+         <uniqueVersion>false</uniqueVersion>
+         <id>apache-maven-snapshots</id>
+         <name>Apache Maven Repository (Snapshots)</name>
+         
<url>scp://people.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
+      </snapshotRepository>
+      <site>
+         <id>apache-site</id>
+         <name>Apache Struts Website</name>
+         <url>scp://people.apache.org/www/struts.apache.org</url>
+      </site>
+   </distributionManagement>
 </project>
 
 



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

Reply via email to