Author: wsmoak Date: Thu Jun 1 20:44:20 2006 New Revision: 411023 URL: http://svn.apache.org/viewvc?rev=411023&view=rev Log: [SHALE-179] Maven 2 reorg - website
Added: struts/shale/branches/mvn_reorg/src/ struts/shale/branches/mvn_reorg/src/site/ struts/shale/branches/mvn_reorg/src/site/resources/ struts/shale/branches/mvn_reorg/src/site/site.xml - copied, changed from r411019, struts/shale/branches/mvn_reorg/xdocs/navigation.xml struts/shale/branches/mvn_reorg/src/site/xdoc/ - copied from r411019, struts/shale/branches/mvn_reorg/xdocs/ Removed: struts/shale/branches/mvn_reorg/src/site/xdoc/navigation.xml struts/shale/branches/mvn_reorg/src/site/xdoc/team-list.xml struts/shale/branches/mvn_reorg/xdocs/ Modified: struts/shale/branches/mvn_reorg/pom.xml Modified: struts/shale/branches/mvn_reorg/pom.xml URL: http://svn.apache.org/viewvc/struts/shale/branches/mvn_reorg/pom.xml?rev=411023&r1=411022&r2=411023&view=diff ============================================================================== --- struts/shale/branches/mvn_reorg/pom.xml (original) +++ struts/shale/branches/mvn_reorg/pom.xml Thu Jun 1 20:44:20 2006 @@ -156,8 +156,44 @@ </plugins> </pluginManagement> </build> - + <reporting> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-project-info-reports-plugin</artifactId> + </plugin> + <plugin> + <artifactId>maven-javadoc-plugin</artifactId> + <configuration> + <!--aggregate>true</aggregate--> + <links> + <link>http://java.sun.com/j2se/1.4.2/docs/api</link> + <link>http://java.sun.com/j2ee/sdk_1.2.1/techdocs/api</link> + <link>http://jakarta.apache.org/commons/chain/apidocs</link> + <link>http://jakarta.apache.org/commons/digester/commons-digester-1.6/docs/api</link> + <link>http://jakarta.apache.org/commons/logging/commons-logging-1.0.4/docs/apidocs</link> + </links> + </configuration> + </plugin> + <plugin> + <artifactId>maven-surefire-report-plugin</artifactId> + </plugin> + <plugin> + <artifactId>maven-checkstyle-plugin</artifactId> + <configuration> + <configLocation>org/apache/struts/build/struts_checks.xml</configLocation> + </configuration> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>jxr-maven-plugin</artifactId> + </plugin> + <plugin> + <artifactId>maven-pmd-plugin</artifactId> + </plugin> + </plugins> + </reporting> <dependencyManagement> <dependencies> Copied: struts/shale/branches/mvn_reorg/src/site/site.xml (from r411019, struts/shale/branches/mvn_reorg/xdocs/navigation.xml) URL: http://svn.apache.org/viewvc/struts/shale/branches/mvn_reorg/src/site/site.xml?p2=struts/shale/branches/mvn_reorg/src/site/site.xml&p1=struts/shale/branches/mvn_reorg/xdocs/navigation.xml&r1=411019&r2=411023&rev=411023&view=diff ============================================================================== --- struts/shale/branches/mvn_reorg/xdocs/navigation.xml (original) +++ struts/shale/branches/mvn_reorg/src/site/site.xml Thu Jun 1 20:44:20 2006 @@ -1,10 +1,22 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<project name="Struts Framework" - href="http://struts.apache.org" - image="images/struts.gif"> - - <title>Shale Framework</title> - <body> +<project name="Apache Shale Framework"> + <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 1" href="http://struts.apache.org/struts-action" /> + <item name="Action 2" href="http://struts.apache.org/struts-action2" /> + <item name="Shale" href="http://struts.apache.org/struts-shale" /> + </links> <menu name="Shale"> <item name="Background" href="/index.html#Background"/> @@ -33,10 +45,11 @@ </menu> <menu name="Quick Links"> - <item name="Struts" href="../index.html"/> + <item name="Struts" href="http://struts.apache.org/index.html"/> <item name="Shale" href="/index.html"/> <item name="JavaServer Faces" href="http://java.sun.com/j2ee/javaserverfaces"/> - <item name="Struts-Faces Integration Library" href="../struts-faces/index.html"/> + <item name="Struts-Faces Integration Library" + href="http://struts.apache.org/struts-action/struts-faces/index.html"/> </menu> <menu name="Additional Documentation"> @@ -56,6 +69,8 @@ </item> </item> </menu> + + ${reports} </body> </project>