brett 2004/05/05 00:34:38 Modified: . project.xml project.properties xdocs navigation.xml faq.fml Removed: . README.txt xdocs index.html Log: site updates Revision Changes Path 1.20 +1 -1 maven-plugins/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/maven-plugins/project.xml,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- project.xml 1 May 2004 09:53:54 -0000 1.19 +++ project.xml 5 May 2004 07:34:37 -0000 1.20 @@ -35,7 +35,7 @@ <issueTrackingUrl>http://jira.codehaus.org/BrowseProject.jspa?id=10030</issueTrackingUrl> <siteAddress>maven.apache.org</siteAddress> - <siteDirectory>/www/maven.apache.org/reference/plugins/optional/</siteDirectory> + <siteDirectory>/www/maven.apache.org/reference/plugins/</siteDirectory> <distributionSite>www.ibiblio.org</distributionSite> <distributionDirectory>/public/html/maven/maven/plugins/</distributionDirectory> 1.13 +3 -3 maven-plugins/project.properties Index: project.properties =================================================================== RCS file: /home/cvs/maven-plugins/project.properties,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- project.properties 2 May 2004 18:05:39 -0000 1.12 +++ project.properties 5 May 2004 07:34:37 -0000 1.13 @@ -32,7 +32,7 @@ # Multiproject plugin settings maven.multiproject.navigation=independent -maven.multiproject.overviewPage.title=Maven Optional Plugins -maven.multiproject.overviewPage.link=optional -maven.multiproject.overviewPage.text=The following plugins are optional +maven.multiproject.overviewPage.title=Maven Plugins +maven.multiproject.overviewPage.link=plugins +maven.multiproject.overviewPage.text=The following Maven plugins are available: maven.multiproject.excludes=plugin-parent/project.xml 1.5 +1 -2 maven-plugins/xdocs/navigation.xml Index: navigation.xml =================================================================== RCS file: /home/cvs/maven-plugins/xdocs/navigation.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- navigation.xml 4 Mar 2004 18:39:50 -0000 1.4 +++ navigation.xml 5 May 2004 07:34:38 -0000 1.5 @@ -25,12 +25,11 @@ <search/> <links> <item name="Maven" href="http://maven.apache.org/index.html"/> - <item name="Other Plugins" href="/../index.html"/> </links> <menu name="Overview"> <item name="About" href="/index.html"/> + <item name="Plugins" href="/plugins.html"/> <item name="FAQ" href="/faq.html"/> - <item name="Plugins list" href="/optional.html"/> </menu> </body> </project> 1.7 +10 -2 maven-plugins/xdocs/faq.fml Index: faq.fml =================================================================== RCS file: /home/cvs/maven-plugins/xdocs/faq.fml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- faq.fml 4 Mar 2004 18:39:50 -0000 1.6 +++ faq.fml 5 May 2004 07:34:38 -0000 1.7 @@ -53,6 +53,14 @@ </answer> </faq> + <faq id="dashboard"> + <question>How do I generate the dashboard for all plugins?</question> + <answer> + maven dashboard + </answer> + </faq> + </part> -</faqs> \ No newline at end of file +</faqs> +
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]