o Inherited from maven-parent:9
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@694648 13f79535-47bb-0310-9956-ffa450edef68master
parent
0989ec1c08
commit
ef64da32a6
2
pom.xml
2
pom.xml
|
|
@ -25,7 +25,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>maven-parent</artifactId>
|
<artifactId>maven-parent</artifactId>
|
||||||
<groupId>org.apache.maven</groupId>
|
<groupId>org.apache.maven</groupId>
|
||||||
<version>8</version>
|
<version>9</version>
|
||||||
<relativePath>../pom/maven/pom.xml</relativePath>
|
<relativePath>../pom/maven/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
Licensed to the Apache Software Foundation (ASF) under one
|
||||||
|
|
@ -20,49 +20,13 @@ under the License.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<project>
|
<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>
|
<body>
|
||||||
<head>
|
<breadcrumbs>
|
||||||
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
|
<!-- TODO: This breadcrumb should be removed when it has been solved in the parent -->
|
||||||
</script>
|
<item name="Maven" href="http://maven.apache.org/index.html" />
|
||||||
<script type="text/javascript">
|
<item name="Plugin Tools" href="http://maven.apache.org/plugin-tools/index.html" />
|
||||||
_uacct = "UA-140879-1";
|
</breadcrumbs>
|
||||||
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>
|
|
||||||
|
|
||||||
<menu ref="modules" />
|
<menu ref="modules" />
|
||||||
|
|
||||||
<menu ref="reports" inherit="bottom" />
|
|
||||||
</body>
|
</body>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue