o Inherited from maven-parent:9

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@694648 13f79535-47bb-0310-9956-ffa450edef68
master
Benjamin Bentmann 2008-09-12 08:25:26 +00:00
parent 0989ec1c08
commit ef64da32a6
2 changed files with 7 additions and 43 deletions

View File

@ -25,7 +25,7 @@
<parent>
<artifactId>maven-parent</artifactId>
<groupId>org.apache.maven</groupId>
<version>8</version>
<version>9</version>
<relativePath>../pom/maven/pom.xml</relativePath>
</parent>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
@ -20,49 +20,13 @@ under the License.
-->
<project>
<!-- TODO: removed when maven-site-plugin is released -->
<bannerLeft>
<name>${project.name}</name>
<src>http://maven.apache.org/images/apache-maven-project-2.png</src>
<href>http://maven.apache.org/</href>
</bannerLeft>
<bannerRight>
<src>http://maven.apache.org/images/maven-logo-2.gif</src>
</bannerRight>
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-stylus-skin</artifactId>
<version>1.0.1</version>
</skin>
<publishDate format="yyyy-MM-dd" position="left" />
<version position="left" />
<body>
<head>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-140879-1";
urchinTracker();
</script>
</head>
<!-- TODO: use breadcrumbs more structure, links for links, and inherit subprojects as a menu or not at all -->
<links>
<item name="Apache" href="http://www.apache.org/"/>
<item name="Maven 1.x" href="http://maven.apache.org/maven-1.x"/>
<item name="Maven 2.x" href="http://maven.apache.org/"/>
<item name="Maven 2.x Plugins" href="http://maven.apache.org/plugins/"/>
<item name="SCM" href="http://maven.apache.org/scm"/>
<item name="Wagon" href="http://maven.apache.org/wagon"/>
<item name="JXR" href="http://maven.apache.org/jxr"/>
<item name="Doxia" href="http://maven.apache.org/doxia"/>
</links>
<breadcrumbs>
<!-- TODO: This breadcrumb should be removed when it has been solved in the parent -->
<item name="Maven" href="http://maven.apache.org/index.html" />
<item name="Plugin Tools" href="http://maven.apache.org/plugin-tools/index.html" />
</breadcrumbs>
<menu ref="modules" />
<menu ref="reports" inherit="bottom" />
</body>
</project>