Author: wsmoak Date: Thu Apr 20 21:51:15 2006 New Revision: 395778 URL: http://svn.apache.org/viewcvs?rev=395778&view=rev Log: Added Maven 2 website configuration. Use 'mvn site:deploy' to publish.
Added: struts/action/trunk/core/src/site/ struts/action/trunk/core/src/site/site.xml (with props) struts/action/trunk/core/src/site/xdoc/ struts/action/trunk/core/src/site/xdoc/index.xml (with props) Modified: struts/action/trunk/core/pom.xml Modified: struts/action/trunk/core/pom.xml URL: http://svn.apache.org/viewcvs/struts/action/trunk/core/pom.xml?rev=395778&r1=395777&r2=395778&view=diff ============================================================================== --- struts/action/trunk/core/pom.xml (original) +++ struts/action/trunk/core/pom.xml Thu Apr 20 21:51:15 2006 @@ -19,18 +19,6 @@ */ --> -<!-- - Experimental Maven 2 Build for Apache Struts - ============================================ - -To build and install this module into your local repo: - - $ mvn install - -For more information, see: http://wiki.apache.org/struts/StrutsMaven2Plan - ---> - <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> @@ -55,6 +43,13 @@ scm:svn:https://svn.apache.org/repos/asf/struts/action/trunk</developerConnection> <url>http://svn.apache.org/repos/asf/struts/action/trunk</url> </scm> + + <distributionManagement> + <site> + <id>apache-site</id> + <url>scp://people.apache.org/www/struts.apache.org/struts-action/struts-core</url> + </site> + </distributionManagement> <build> Added: struts/action/trunk/core/src/site/site.xml URL: http://svn.apache.org/viewcvs/struts/action/trunk/core/src/site/site.xml?rev=395778&view=auto ============================================================================== --- struts/action/trunk/core/src/site/site.xml (added) +++ struts/action/trunk/core/src/site/site.xml Thu Apr 20 21:51:15 2006 @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<project name="Apache Struts"> + <bannerLeft> + <name>Apache Software Foundation</name> + <src>http://www.apache.org/images/asf-logo.gif</src> + <href>http://www.apache.org</href> + </bannerLeft> + <bannerRight> + <name>Apache Struts</name> + <src>http://struts.apache.org/images/struts.gif</src> + <href>http://struts.apache.org</href> + </bannerRight> + <body> + <links> + <item name="Apache" href="http://www.apache.org" /> + <item name="Action" href="http://struts.apache.org/struts-action" /> + <item name="Shale" href="http://struts.apache.org/struts-shale" /> + <item name="Tiles" href="http://struts.apache.org/struts-tiles" /> + </links> + + <menu name="Struts Action Framework"> + <item name="Struts Action" + href="http://struts.apache.org/struts-action/" /> + </menu> + + ${reports} + + </body> +</project> Propchange: struts/action/trunk/core/src/site/site.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: struts/action/trunk/core/src/site/site.xml ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL Added: struts/action/trunk/core/src/site/xdoc/index.xml URL: http://svn.apache.org/viewcvs/struts/action/trunk/core/src/site/xdoc/index.xml?rev=395778&view=auto ============================================================================== --- struts/action/trunk/core/src/site/xdoc/index.xml (added) +++ struts/action/trunk/core/src/site/xdoc/index.xml Thu Apr 20 21:51:15 2006 @@ -0,0 +1,29 @@ +<?xml version="1.0"?> +<!-- +Copyright 2006 The Apache Software Foundation +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> +<!-- +// ======================================================================== 78 +--> +<document> + + <properties> + <title>Struts Action - Core</title> + </properties> + + <body> + <p>Struts Action - Core</p> + </body> + +</document> Propchange: struts/action/trunk/core/src/site/xdoc/index.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: struts/action/trunk/core/src/site/xdoc/index.xml ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]