Author: tv
Date: Wed Feb 16 21:19:19 2011
New Revision: 1071398
URL: http://svn.apache.org/viewvc?rev=1071398&view=rev
Log:
Attempt to move the site generation to Maven 2. Fixes TRB-21
Added:
turbine/site/pom.xml (with props)
turbine/site/src/site/site.xml (with props)
Removed:
turbine/site/maven.xml
turbine/site/project.properties
turbine/site/project.xml
turbine/site/xdocs/navigation.xml
Modified:
turbine/site/README.txt
Modified: turbine/site/README.txt
URL:
http://svn.apache.org/viewvc/turbine/site/README.txt?rev=1071398&r1=1071397&r2=1071398&view=diff
==============================================================================
--- turbine/site/README.txt (original)
+++ turbine/site/README.txt Wed Feb 16 21:19:19 2011
@@ -11,9 +11,9 @@ into .html files using Maven.
Once you have the site checked out locally, cd into your
turbine-site directory and execute:
-maven site
+mvn site
-This will build the documentation into the target/docs/ directory. The output
+This will build the documentation into the target/site/ directory. The output
will show you which files got re-generated.
If you would like to make modifications to the web site documents,
@@ -24,6 +24,6 @@ ok, you can check your .xml files back i
To deploy the site execute:
-maven site:deploy
+mvn site-deploy
To do this you need an account on the people.apache.org machine!!
Added: turbine/site/pom.xml
URL: http://svn.apache.org/viewvc/turbine/site/pom.xml?rev=1071398&view=auto
==============================================================================
--- turbine/site/pom.xml (added)
+++ turbine/site/pom.xml Wed Feb 16 21:19:19 2011
@@ -0,0 +1,174 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you 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.
+-->
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.apache</groupId>
+ <artifactId>apache</artifactId>
+ <version>7</version>
+ </parent>
+
+ <groupId>turbine-site</groupId>
+ <artifactId>turbine-site</artifactId>
+ <version>1.0</version>
+ <name>Turbine</name>
+ <description>Turbine is a servlet based framework that allows experienced
Java developers
+ to quickly build secure web applications. Parts of Turbine can also be used
+ independently of the web portion of Turbine as well. In other words, we
+ strive to make portions of Turbine easily available for use in other
+ applications.</description>
+ <url>http://turbine.apache.org/</url>
+ <inceptionYear>2000</inceptionYear>
+ <organization>
+ <name>Apache Software Foundation</name>
+ <url>http://turbine.apache.org/</url>
+ </organization>
+ <mailingLists>
+ <mailingList>
+ <name>Turbine User List</name>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+ <archive>http://mail-archives.apache.org/mod_mbox/turbine-user/</archive>
+ </mailingList>
+ <mailingList>
+ <name>Turbine Developer List</name>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+ <archive>http://mail-archives.apache.org/mod_mbox/turbine-dev/</archive>
+ </mailingList>
+ <mailingList>
+ <name>Turbine General List</name>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+
<archive>http://mail-archives.apache.org/mod_mbox/turbine-general/</archive>
+ </mailingList>
+ </mailingLists>
+ <developers>
+ <developer>
+ <id>brekke</id>
+ <name>Jeff Brekke</name>
+ <email>[email protected]</email>
+ <organization></organization>
+ </developer>
+ <developer>
+ <id>fedor</id>
+ <name>Fedor Karpelevitch</name>
+ <email>[email protected]</email>
+ <organization></organization>
+ </developer>
+ <developer>
+ <id>jmcnally</id>
+ <name>John McNally</name>
+ <email>[email protected]</email>
+ <organization>CollabNet, Inc.</organization>
+ </developer>
+ <developer>
+ <id>mpoeschl</id>
+ <name>Martin Poeschl</name>
+ <email>[email protected]</email>
+ <organization>Tucana.at</organization>
+ </developer>
+ <developer>
+ <id>dlr</id>
+ <name>Daniel Rall</name>
+ <email>[email protected]</email>
+ <organization>CollabNet, Inc.</organization>
+ </developer>
+ <developer>
+ <id>jon</id>
+ <name>Jon Scott Stevens</name>
+ <email>[email protected]</email>
+ <organization>CollabNet, Inc.</organization>
+ </developer>
+ <developer>
+ <id>quintonm</id>
+ <name>Quinton McCombs</name>
+ <email>[email protected]</email>
+ <organization>NequalsOne</organization>
+ </developer>
+ <developer>
+ <id>jvanzyl</id>
+ <name>Jason van Zyl</name>
+ <email>[email protected]</email>
+ <organization>Zenplex</organization>
+ </developer>
+ <developer>
+ <id>henning</id>
+ <name>Henning P. Schmiedehausen</name>
+ <email>[email protected]</email>
+ <organization>INTERMETA - Gesellschaft fuer Mehrwertdienste
mbH</organization>
+ <roles>
+ <role>Java Developer</role>
+ </roles>
+ <timezone>2</timezone>
+ </developer>
+ <developer>
+ <id>seade</id>
+ <name>Scott Eade</name>
+ <email>[email protected]</email>
+ <organization>Backstage Technologies Pty. Ltd.</organization>
+ <roles>
+ <role>Java Developer</role>
+ </roles>
+ <timezone>-10</timezone>
+ </developer>
+ <developer>
+ <id>hoffmann</id>
+ <name>Jürgen Hoffmann</name>
+ <email>[email protected]</email>
+ <organization>ByteAction GmbH</organization>
+ <roles>
+ <role>Java Developer</role>
+ </roles>
+ <timezone>2</timezone>
+ </developer>
+ </developers>
+ <issueManagement>
+ <system>jira</system>
+ <url>http://issues.apache.org/jira/browse/TRB</url>
+ </issueManagement>
+ <scm>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/turbine/site</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/site</developerConnection>
+ <url>http://svn.apache.org/viewcvs/turbine/site/</url>
+ </scm>
+ <distributionManagement>
+ <site>
+ <id>default</id>
+ <name>Default Site</name>
+ <url>scp://people.apache.org/www/turbine.apache.org/</url>
+ </site>
+ </distributionManagement>
+ <reporting>
+ <plugins>
+ <plugin>
+ <artifactId>maven-changelog-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <artifactId>maven-changes-plugin</artifactId>
+ <configuration>
+ <xmlPath>${basedir}/xdocs/changes.xml</xmlPath>
+ </configuration>
+ </plugin>
+ </plugins>
+ </reporting>
+</project>
Propchange: turbine/site/pom.xml
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added: turbine/site/src/site/site.xml
URL:
http://svn.apache.org/viewvc/turbine/site/src/site/site.xml?rev=1071398&view=auto
==============================================================================
--- turbine/site/src/site/site.xml (added)
+++ turbine/site/src/site/site.xml Wed Feb 16 21:19:19 2011
@@ -0,0 +1,106 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you 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.
+-->
+
+<project name="Apache Turbine">
+
+ <bannerLeft>
+ <name>Apache Turbine</name>
+ <src>http://turbine.apache.org/images/turbine-project.png</src>
+ <href>http://turbine.apache.org/</href>
+ </bannerLeft>
+ <publishDate format="dd MMMM yyyy" position="left" />
+ <version position="left" />
+ <body>
+ <links>
+ <item name="Turbine Home" href="/turbine/"/>
+ <item name="Fulcrum" href="/fulcrum/"/>
+ <item name="META" href="/meta/"/>
+ </links>
+
+ <!-- menu name="Events">
+ <item name="ApacheCon US 2005" href="http://apachecon.com/2005/US/"
alt="ApacheCon US 2005"
+ img="http://apache.org/images/ac2005us_blue_184x90.jpg"
width="184" height="90" />
+ </menu -->
+
+ <menu name="General Information">
+ <item name="Overview" href="/index.html"/>
+ <item name="Turbine Concepts" href="/turbine-concepts.html"/>
+ <item name="Specification" href="/fsd.html"/>
+ <item name="Further Reading" href="/further-reading/index.html"/>
+ <item name="News and Status" href="/news.html"/>
+ <item name="Sites Using Turbine" href="/common/powered.html"/>
+ <item name="Sites Related to Turbine" href="/common/related.html"/>
+ <item name="License" href="/common/license.html"/>
+ <item name="Download" href="/download.html"/>
+ <item name="Example Apps" href="/examples.html"/>
+ </menu>
+
+ <menu name="Turbine Wiki Shortcuts">
+ <item name="Turbine Wiki Home"
href="http://wiki.apache.org/turbine/"/>
+ <item name="Frequently Asked Questions (FAQ)"
href="http://wiki.apache.org/turbine/Turbine2/FAQ"/>
+ <item name="Tutorial"
href="http://wiki.apache.org/turbine/Turbine2/Tutorial"/>
+ <item name="User's Guide"
href="http://wiki.apache.org/turbine/Turbine2/UsersGuide"/>
+ <item name="Development"
href="http://wiki.apache.org/turbine/Turbine2/Development"/>
+ </menu>
+
+ <menu name="Turbine Releases">
+ <item name="Overview" href="/turbine/index.html"/>
+ <item name="Turbine 2.3.3" href="/turbine/turbine-2.3.3/index.html"/>
+ <item name="Turbine 2.4-M1"
href="/turbine/turbine-2.4-M1/index.html"/>
+ </menu>
+
+ <menu name="Turbine Development">
+ <item name="Overview" href="/turbine/index.html"/>
+ <item name="Turbine 2.3"
href="/turbine/development/turbine-2.3/index.html"/>
+ <item name="Turbine 2.4"
href="/turbine/development/turbine-2.4/index.html"/>
+ </menu>
+
+ <menu name="Turbine Sub Projects">
+ <item name="Fulcrum" href="/fulcrum/index.html"/>
+ <item name="META" href="/meta/index.html"/>
+ </menu>
+
+ <menu name="Closed projects">
+ <item name="Stratum" href="/stratum/index.html"/>
+ <item name="TDK" href="/tdk/index.html"/>
+ </menu>
+
+ <menu name="Community">
+ <item name="Who we are" href="/who-we-are.html"/>
+ <item name="Contact us" href="/contact.html"/>
+ <item name="How to help" href="/how-to-help.html"/>
+ <item name="How it works" href="/how-it-works.html"/>
+ <item name="Board reports" href="/board-reports.html"/>
+ </menu>
+
+ <menu name="General Development Information">
+ <item name="Coding Specification" href="/common/code-standards.html"/>
+ <item name="Developer Links"
href="/common/developer-links.html"/>
+ <item name="Improving Documentation"
href="/common/documentation.html"/>
+ </menu>
+
+ <menu name="Apache">
+ <item name="Apache Website" href="http://www.apache.org/"/>
+ <item name="How the ASF works"
href="http://www.apache.org/foundation/how-it-works.html"/>
+ <item name="Sponsorship"
href="http://www.apache.org/foundation/sponsorship.html"/>
+ <item name="Thanks"
href="http://www.apache.org/foundation/thanks.html"/>
+ </menu>
+ </body>
+</project>
Propchange: turbine/site/src/site/site.xml
------------------------------------------------------------------------------
svn:mime-type = text/plain