Use breadcrumbs for plugins site

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@267507 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2005-09-03 22:32:51 +00:00
parent ad7b5ad81d
commit 016efa3cc5
3 changed files with 8 additions and 11 deletions

View File

@ -32,7 +32,7 @@ maven.clover.report.xml=true
# Multiproject plugin settings # Multiproject plugin settings
maven.multiproject.navigation=independent maven.multiproject.navigation=independent
maven.multiproject.overviewPage.title=Maven Plugins maven.multiproject.overviewPage.title=Plugins supplied with Maven
#maven.multiproject.overviewPage.link=index #maven.multiproject.overviewPage.link=index
maven.multiproject.overviewPage.text=The following Maven plugins are available as part of the Maven Project. Please refer also to the list of available <a href="../3rdparty.html">Third Party Plugins</a> and the <a href="../../plugins-sandbox/index.html">Sandbox</a>. maven.multiproject.overviewPage.text=The following Maven plugins are available as part of the Maven Project. Please refer also to the list of available <a href="../3rdparty.html">Third Party Plugins</a> and the <a href="../../plugins-sandbox/index.html">Sandbox</a>.
maven.multiproject.excludes=plugin-parent/project.xml,examples/project.xml maven.multiproject.excludes=plugin-parent/project.xml,examples/project.xml

View File

@ -24,7 +24,7 @@
<pomVersion>3</pomVersion> <pomVersion>3</pomVersion>
<id>maven-master</id> <id>maven-master</id>
<name>Master Maven Plugins</name> <name>Maven Plugins</name>
<groupId>maven</groupId> <groupId>maven</groupId>
<currentVersion>1.0</currentVersion> <currentVersion>1.0</currentVersion>
<organization> <organization>

View File

@ -16,16 +16,13 @@
* limitations under the License. * limitations under the License.
*/ */
--> -->
<project name="Maven Plugins"> <project name="Maven Plugins">
<title>Maven Plugins</title> <title>Maven Plugins</title>
<body> <body>
<breadcrumbs>
<item name="Maven" href="http://maven.apache.org"/>
</breadcrumbs>
<search/> <search/>
<links>
<item name="Maven" href="http://maven.apache.org/index.html"/>
</links>
<menu name="Overview"> <menu name="Overview">
<item name="Plugins" href="/index.html"/> <item name="Plugins" href="/index.html"/>
<item name="FAQ" href="/faq.html"/> <item name="FAQ" href="/faq.html"/>