Author: wsmoak Date: Sat Jun 10 20:49:11 2006 New Revision: 413412 URL: http://svn.apache.org/viewvc?rev=413412&view=rev Log: Maven 2 reorg - Add taglib plugin config for core and clay
Added: struts/shale/branches/mvn_reorg/shale-clay/src/site/ struts/shale/branches/mvn_reorg/shale-clay/src/site/site.xml - copied, changed from r413402, struts/shale/branches/mvn_reorg/shale-clay/xdocs/navigation.xml Removed: struts/shale/branches/mvn_reorg/shale-clay/xdocs/ Modified: struts/shale/branches/mvn_reorg/shale-clay/pom.xml struts/shale/branches/mvn_reorg/shale-core/pom.xml struts/shale/branches/mvn_reorg/shale-core/src/site/site.xml Modified: struts/shale/branches/mvn_reorg/shale-clay/pom.xml URL: http://svn.apache.org/viewvc/struts/shale/branches/mvn_reorg/shale-clay/pom.xml?rev=413412&r1=413411&r2=413412&view=diff ============================================================================== --- struts/shale/branches/mvn_reorg/shale-clay/pom.xml (original) +++ struts/shale/branches/mvn_reorg/shale-clay/pom.xml Sat Jun 10 20:49:11 2006 @@ -101,5 +101,14 @@ </plugins> </build> + + <reporting> + <plugins> + <plugin> + <groupId>net.sourceforge.maven-taglib</groupId> + <artifactId>maven-taglib-plugin</artifactId> + </plugin> + </plugins> + </reporting> </project> Copied: struts/shale/branches/mvn_reorg/shale-clay/src/site/site.xml (from r413402, struts/shale/branches/mvn_reorg/shale-clay/xdocs/navigation.xml) URL: http://svn.apache.org/viewvc/struts/shale/branches/mvn_reorg/shale-clay/src/site/site.xml?p2=struts/shale/branches/mvn_reorg/shale-clay/src/site/site.xml&p1=struts/shale/branches/mvn_reorg/shale-clay/xdocs/navigation.xml&r1=413402&r2=413412&rev=413412&view=diff ============================================================================== --- struts/shale/branches/mvn_reorg/shale-clay/xdocs/navigation.xml (original) +++ struts/shale/branches/mvn_reorg/shale-clay/src/site/site.xml Sat Jun 10 20:49:11 2006 @@ -1,21 +1,22 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<project name="Struts Framework" - href="http://struts.apache.org" - image="/images/struts.gif"> +<project name="Apache Shale Framework - Clay Plugin"> - <title>Shale Clay Plugin</title> <body> <menu name="Clay Taglib Resources"> - <item name="Tag Reference" href="/tagreference-shale-clay.html"/> + <item name="Tag Reference" href="/tagreference.html"/> <item name="Taglibdoc" href="/tlddoc/index.html"/> </menu> <menu name="Quick Links"> - <item name="Struts" href="../../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" + href="http://struts.apache.org"/> + <item name="Shale" + href="http://struts.apache.org/struts-shale"/> + <item name="JavaServer Faces" + href="http://java.sun.com/j2ee/javaserverfaces"/> + <item name="Struts-Faces Integration Library" + href="http://struts.apache.org/struts-action/struts-faces"/> </menu> <menu name="Sub-Project Documentation"> @@ -32,6 +33,8 @@ </item> </menu> + ${reports} + </body> </project> Modified: struts/shale/branches/mvn_reorg/shale-core/pom.xml URL: http://svn.apache.org/viewvc/struts/shale/branches/mvn_reorg/shale-core/pom.xml?rev=413412&r1=413411&r2=413412&view=diff ============================================================================== --- struts/shale/branches/mvn_reorg/shale-core/pom.xml (original) +++ struts/shale/branches/mvn_reorg/shale-core/pom.xml Sat Jun 10 20:49:11 2006 @@ -78,5 +78,14 @@ </plugin> </plugins> </build> + + <reporting> + <plugins> + <plugin> + <groupId>net.sourceforge.maven-taglib</groupId> + <artifactId>maven-taglib-plugin</artifactId> + </plugin> + </plugins> + </reporting> </project> Modified: struts/shale/branches/mvn_reorg/shale-core/src/site/site.xml URL: http://svn.apache.org/viewvc/struts/shale/branches/mvn_reorg/shale-core/src/site/site.xml?rev=413412&r1=413411&r2=413412&view=diff ============================================================================== --- struts/shale/branches/mvn_reorg/shale-core/src/site/site.xml (original) +++ struts/shale/branches/mvn_reorg/shale-core/src/site/site.xml Sat Jun 10 20:49:11 2006 @@ -4,7 +4,7 @@ <body> <menu name="Shale Taglib Resources"> - <item name="Tag Reference" href="/tagreference-taglib.html"/> + <item name="Tag Reference" href="/tagreference.html"/> <item name="Taglibdoc" href="/tlddoc/index.html"/> </menu>