|
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"/>
|