mirror of https://github.com/apache/maven.git
o working on the new site generation stuff, the site.xml file is required.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163928 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
05ae5c03e3
commit
f74571d1da
|
@ -0,0 +1,35 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<project name="Maven">
|
||||
<bannerLeft>
|
||||
<name>Maven</name>
|
||||
<href>http://www.apache.org</href>
|
||||
</bannerLeft>
|
||||
<bannerRight>
|
||||
<name>http://codehaus.org/codehaus-small.png</name>
|
||||
<href>http://www.codehaus.org</href>
|
||||
</bannerRight>
|
||||
<body>
|
||||
<links>
|
||||
<item name="Maven 1.0" href="http://maven.apache.org/"/>
|
||||
<item name="Maven 2" href="http://maven.apache.org/maven2/"/>
|
||||
</links>
|
||||
<menu name="Maven 2.0">
|
||||
<item name="Introduction" href="index.html"/>
|
||||
<item name="Download" href="download.html"/>
|
||||
<item name="General Information" href="about.html"/>
|
||||
<item name="For Maven 1.0 Users" href="maven1.html"/>
|
||||
</menu>
|
||||
<menu name="User's Guide">
|
||||
<item name="Getting Started" href="getting-started.html"/>
|
||||
<!-- TODO
|
||||
<item name="Configuration" href="configuration.html"/>
|
||||
-->
|
||||
<item name="Developing Plugins with Marmalade" href="developing-plugins-with-marmalade.html"/>
|
||||
</menu>
|
||||
<menu name="Reference">
|
||||
<item name="Project Descriptor" href="project-descriptor.html"/>
|
||||
<item name="Settings Descriptor" href="settings-descriptor.html"/>
|
||||
<item name="Available Plugins" href="plugin-list.html"/>
|
||||
</menu>
|
||||
</body>
|
||||
</project>
|
Loading…
Reference in New Issue