From: Andy J. <and...@us...> - 2004-10-22 19:28:44
|
andy_jefferson 04/10/22 12:28:37 Modified: . navigation.jelly Log: Fix the hyperlinks to each plugins area Revision Changes Path 1.4 +1 -1 maven-plugins/navigation.jelly Index: navigation.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/navigation.jelly,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- navigation.jelly 22 Oct 2004 18:39:28 -0000 1.3 +++ navigation.jelly 22 Oct 2004 19:28:37 -0000 1.4 @@ -16,7 +16,7 @@ <menu name="Plugins"> <j:forEach var="file" items="${scanner.iterator()}"> - <item name="${file.parentFile.name}" href="/${file.parentFile.name}/index.html"/> + <item name="${file.parentFile.name}" href="/maven-${file.parentFile.name}-plugin/index.html"/> </j:forEach> </menu> </body> |
From: Eric P. <de...@us...> - 2005-06-03 13:58:47
|
dep4b 05/06/03 06:58:40 Modified: . navigation.jelly Log: Move away from the SF file download system to a more Maven natural way. Revision Changes Path 1.5 +2 -2 maven-plugins/navigation.jelly Index: navigation.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/navigation.jelly,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- navigation.jelly 22 Oct 2004 19:28:37 -0000 1.4 +++ navigation.jelly 3 Jun 2005 13:58:40 -0000 1.5 @@ -9,9 +9,9 @@ <item name="Maven" href="http://maven.apache.org"/> </links> <menu name="Maven-Plugins"> - <item name="Download" href="http://sourceforge.net/project/showfiles.php?group_id=61626"/> - <item name="Forums" href="http://sourceforge.net/forum/?group_id=61626"/> + <item name="Plugin Repository" href="http://maven-plugins.sourceforge.net/repository/maven-plugins/"/> <item name="Installation" href="installing.html"/> + <item name="Forums" href="http://sourceforge.net/forum/?group_id=61626"/> </menu> <menu name="Plugins"> |
From: Carlos S. <car...@us...> - 2005-10-11 04:44:29
|
carlossg 05/10/10 21:44:36 Modified: . navigation.jelly Log: Remove link to forums, use mailing lists instead Revision Changes Path 1.6 +0 -1 maven-plugins/navigation.jelly Index: navigation.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/navigation.jelly,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- navigation.jelly 3 Jun 2005 13:58:40 -0000 1.5 +++ navigation.jelly 11 Oct 2005 04:44:36 -0000 1.6 @@ -11,7 +11,6 @@ <menu name="Maven-Plugins"> <item name="Plugin Repository" href="http://maven-plugins.sourceforge.net/repository/maven-plugins/"/> <item name="Installation" href="installing.html"/> - <item name="Forums" href="http://sourceforge.net/forum/?group_id=61626"/> </menu> <menu name="Plugins"> |
From: Lukas T. <luk...@us...> - 2007-05-17 22:11:52
|
lukas_theussl 07/05/17 15:11:50 Modified: . navigation.jelly Added: xdocs index.xml Log: Adding an explicit index page and the multichanges report in the navigation menu. Revision Changes Path 1.12 +41 -108 maven-plugins/xdocs/index.xml 1.7 +2 -1 maven-plugins/navigation.jelly Index: navigation.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/navigation.jelly,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- navigation.jelly 11 Oct 2005 04:44:36 -0000 1.6 +++ navigation.jelly 17 May 2007 22:11:50 -0000 1.7 @@ -11,11 +11,12 @@ <menu name="Maven-Plugins"> <item name="Plugin Repository" href="http://maven-plugins.sourceforge.net/repository/maven-plugins/"/> <item name="Installation" href="installing.html"/> + <item name="Last releases" href="/multichanges-report.html"/> </menu> <menu name="Plugins"> <j:forEach var="file" items="${scanner.iterator()}"> - <item name="${file.parentFile.name}" href="/maven-${file.parentFile.name}-plugin/index.html"/> + <item name="${file.parentFile.name}" href="${pom.url}/maven-${file.parentFile.name}-plugin/index.html"/> </j:forEach> </menu> </body> |
From: Lukas T. <luk...@us...> - 2007-05-25 09:34:12
|
lukas_theussl 07/05/25 02:34:11 Modified: . navigation.jelly Log: Navigation menu update. Revision Changes Path 1.8 +4 -3 maven-plugins/navigation.jelly Index: navigation.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/navigation.jelly,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- navigation.jelly 17 May 2007 22:11:50 -0000 1.7 +++ navigation.jelly 25 May 2007 09:34:11 -0000 1.8 @@ -6,12 +6,13 @@ <title>${pom.name}</title> <body> <links> - <item name="Maven" href="http://maven.apache.org"/> + <item name="Maven 1.X" href="http://maven.apache.org/maven-1.x/"/> </links> <menu name="Maven-Plugins"> - <item name="Plugin Repository" href="http://maven-plugins.sourceforge.net/repository/maven-plugins/"/> - <item name="Installation" href="installing.html"/> + <item name="List of Plugins" href="/projects-overview.html"/> + <item name="Installation" href="/installing.html"/> <item name="Last releases" href="/multichanges-report.html"/> + <item name="Plugin Repository" href="http://maven-plugins.sourceforge.net/repository/maven-plugins/"/> </menu> <menu name="Plugins"> |
From: Jeff J. <jef...@us...> - 2007-07-07 23:04:23
|
jeffjensen 07/07/07 16:04:20 Modified: xdocs index.xml . navigation.jelly Log: Attempt improvements and clarification. Revision Changes Path 1.13 +20 -3 maven-plugins/xdocs/index.xml Index: index.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/xdocs/index.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- index.xml 17 May 2007 22:11:47 -0000 1.12 +++ index.xml 7 Jul 2007 23:04:20 -0000 1.13 @@ -25,7 +25,7 @@ </properties> <body> - <section name="Maven Plugins"> + <section name="Overview"> <p> Maven Plugins is a collection of plugins for <a href="http://maven.apache.org/maven-1.x/">Apache Maven 1.x</a>. @@ -38,6 +38,8 @@ <a href="projects-overview.html">Plugins Overview</a> page for a summary of all plugins available here. </p> + </section> + <section name="Applicabililty"> <p> <strong>Note</strong>: All of the plugins were originally written for Maven 1.0. Many of them worked with Maven 1.1 without change, @@ -45,12 +47,27 @@ issues, please email the user list. </p> <p> - <strong>None of the plugins collected here work with Maven 2.</strong> + <strong>None of the plugins here work with Maven 2.</strong> <br/> - If you are looking for information on some Maven 2 plugin, please check + If you are looking for information on a Maven 2 plugin, please check the main <a href="http://maven.apache.org/plugins/">Maven</a> site, or the <a href="http://mojo.codehaus.org/">Mojo</a> project at Codehaus. </p> </section> + <section name="Support"> + <p> + If you need help or have a question/suggestion, + please email the user list. + </p> + <p> + If you found a bug, need an enhancement, + and/or have a patch to contribute, + please create the correct SourceForge tracker item. + </p> + <p> + There are only a couple of maintainers of the plugins here, + so patches are extra-welcomed to fix or improve. :-) + </p> + </section> </body> </document> 1.9 +9 -5 maven-plugins/navigation.jelly Index: navigation.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/navigation.jelly,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- navigation.jelly 25 May 2007 09:34:11 -0000 1.8 +++ navigation.jelly 7 Jul 2007 23:04:20 -0000 1.9 @@ -6,15 +6,19 @@ <title>${pom.name}</title> <body> <links> - <item name="Maven 1.X" href="http://maven.apache.org/maven-1.x/"/> + <item name="Maven 1.x" href="http://maven.apache.org/maven-1.x/"/> </links> - <menu name="Maven-Plugins"> + <menu name="Overview"> + <item name="Home" href="/index.html"/> <item name="List of Plugins" href="/projects-overview.html"/> - <item name="Installation" href="/installing.html"/> + <item name="Installing" href="/installing.html"/> <item name="Last releases" href="/multichanges-report.html"/> - <item name="Plugin Repository" href="http://maven-plugins.sourceforge.net/repository/maven-plugins/"/> + <item name="Mailing Lists" href="/mail-lists.html"/> + </menu> + <menu name="Plugin Repos"> + <item name="Release" href="http://maven-plugins.sourceforge.net/repository/maven-plugins/" target="_blank"/> + <item name="Snapshot" href="http://maven-plugins.sourceforge.net/snapshot-repository/maven-plugins/" target="_blank"/> </menu> - <menu name="Plugins"> <j:forEach var="file" items="${scanner.iterator()}"> <item name="${file.parentFile.name}" href="${pom.url}/maven-${file.parentFile.name}-plugin/index.html"/> |