Author: wsmoak
Date: Sun Apr 23 20:02:47 2006
New Revision: 396394

URL: http://svn.apache.org/viewcvs?rev=396394&view=rev
Log:
Add a distributionManagement section to the pom, and remove Maven 1 build files.

Removed:
    struts/site/maven.xml
    struts/site/project.properties
    struts/site/project.xml
Modified:
    struts/site/pom.xml

Modified: struts/site/pom.xml
URL: 
http://svn.apache.org/viewcvs/struts/site/pom.xml?rev=396394&r1=396393&r2=396394&view=diff
==============================================================================
--- struts/site/pom.xml (original)
+++ struts/site/pom.xml Sun Apr 23 20:02:47 2006
@@ -49,4 +49,11 @@
     <url>http://svn.apache.org/repos/asf/struts/site/trunk</url>
   </scm>
 
+  <distributionManagement>
+    <site>
+      <id>apache-site</id>
+      <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