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:
parent
ad7b5ad81d
commit
016efa3cc5
@ -32,7 +32,7 @@ maven.clover.report.xml=true
|
||||
|
||||
# Multiproject plugin settings
|
||||
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.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
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-master</id>
|
||||
<name>Master Maven Plugins</name>
|
||||
<name>Maven Plugins</name>
|
||||
<groupId>maven</groupId>
|
||||
<currentVersion>1.0</currentVersion>
|
||||
<organization>
|
||||
|
||||
@ -16,19 +16,16 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
-->
|
||||
|
||||
<project name="Maven Plugins">
|
||||
|
||||
<title>Maven Plugins</title>
|
||||
|
||||
<body>
|
||||
<breadcrumbs>
|
||||
<item name="Maven" href="http://maven.apache.org"/>
|
||||
</breadcrumbs>
|
||||
<search/>
|
||||
<links>
|
||||
<item name="Maven" href="http://maven.apache.org/index.html"/>
|
||||
</links>
|
||||
<menu name="Overview">
|
||||
<item name="Plugins" href="/index.html"/>
|
||||
<item name="FAQ" href="/faq.html"/>
|
||||
<menu name="Overview">
|
||||
<item name="Plugins" href="/index.html"/>
|
||||
<item name="FAQ" href="/faq.html"/>
|
||||
</menu>
|
||||
</body>
|
||||
</project>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user