mirror of https://github.com/apache/maven.git
rearrange for m2 site:site
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@169747 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
640ee60806
commit
3f66301982
|
@ -0,0 +1,46 @@
|
|||
a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
|
||||
background: none;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
body ul {
|
||||
list-style-type: square;
|
||||
}
|
||||
|
||||
#downloadbox {
|
||||
float: right;
|
||||
margin: 0 10px 20px 20px;
|
||||
padding: 5px;
|
||||
border: 1px solid #999;
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
#downloadbox h5 {
|
||||
color: #000;
|
||||
margin: 0;
|
||||
border-bottom: 1px solid #aaaaaa;
|
||||
font-size: smaller;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#downloadbox p {
|
||||
font-size: smaller;
|
||||
}
|
||||
|
||||
#downloadbox ul {
|
||||
margin-top: 0;
|
||||
list-style-type: disc;
|
||||
}
|
||||
|
||||
#downloadbox li {
|
||||
font-size: smaller;
|
||||
}
|
||||
|
||||
h4 {
|
||||
padding: 0;
|
||||
border: none;
|
||||
color: #000;
|
||||
margin: 0;
|
||||
font-size: larger;
|
||||
font-weight: bold;
|
||||
}
|
|
@ -2,34 +2,40 @@
|
|||
<project name="Maven">
|
||||
<bannerLeft>
|
||||
<name>Maven</name>
|
||||
<href>http://www.apache.org</href>
|
||||
<src>http://maven.apache.org/images/apache-maven-project.png</src>
|
||||
<href>http://maven.apache.org/</href>
|
||||
</bannerLeft>
|
||||
<bannerRight>
|
||||
<name>http://codehaus.org/codehaus-small.png</name>
|
||||
<href>http://www.codehaus.org</href>
|
||||
<src>http://maven.apache.org/images/maven-small.gif</src>
|
||||
</bannerRight>
|
||||
<body>
|
||||
<links>
|
||||
<item name="Apache" href="http://www.apache.org/" />
|
||||
<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"/>
|
||||
<item name="Road Map" href="roadmap.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"/>
|
||||
<item name="Configuration" href="configuration.html"/>
|
||||
<item name="Dependency Mechanism" href="dependencies.html"/>
|
||||
<item name="Developing Plugins with Marmalade" href="developers/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>
|
||||
<item name="Ant Tasks" href="ant-tasks.html"/>
|
||||
</menu>
|
||||
<menu name="Developers">
|
||||
<item name="Documentation Needed" href="docs-required.html"/>
|
||||
</menu>
|
||||
</body>
|
||||
</project>
|
||||
|
|
|
@ -6,9 +6,9 @@
|
|||
</properties>
|
||||
<body>
|
||||
<section name="Welcome to Maven 2">
|
||||
<div style="float: right; margin: 0 10px 20px 20px; padding: 5px; border: 1px solid #999; background-color: #eee;">
|
||||
<h5 style="margin: 0; font-size: smaller; border-bottom: 1px solid #aaaaaa">Get Maven 2.0</h5>
|
||||
<p style="font-size: smaller">
|
||||
<div id="downloadbox">
|
||||
<h5>Get Maven 2.0</h5>
|
||||
<p>
|
||||
<a href="download.html">
|
||||
<img valign="top" src="http://maven.apache.org/images/folder-open.gif" border="0" alt="" title="download"/>
|
||||
Download
|
||||
|
@ -16,14 +16,14 @@
|
|||
<small>(685K)</small>
|
||||
<br/>
|
||||
</p>
|
||||
<ul style="margin-top: 0; list-style-type: disc">
|
||||
<li style="font-size: smaller">
|
||||
<ul>
|
||||
<li>
|
||||
<a href="download.html#requirements">System Requirements</a>
|
||||
</li>
|
||||
<li style="font-size: smaller">
|
||||
<li>
|
||||
<a href="download.html#installation">Installation Instructions</a>
|
||||
</li>
|
||||
<li style="font-size: smaller">
|
||||
<li>
|
||||
<a href="getting-started.html">Getting Started</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -33,7 +33,7 @@
|
|||
(POM), Maven can manage a project's build, reporting and documentation from a central piece of information.
|
||||
</p>
|
||||
<p>
|
||||
<b style="font-size: larger">About Maven 2.0</b>
|
||||
<h4>About Maven 2.0</h4>
|
||||
</p>
|
||||
<p>
|
||||
Maven 2.0 is a rewrite of the popular Maven application to achieve a number of goals, and to provide a stable
|
||||
|
@ -77,7 +77,7 @@
|
|||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
<b style="font-size: larger">Information for Maven 1.0 Users</b>
|
||||
<h4>Information for Maven 1.0 Users</h4>
|
||||
</p>
|
||||
<p>
|
||||
Maven 1.0 users will likely have a lot of questions about Maven 2.0 and how it will impact the future of Maven
|
||||
|
@ -106,7 +106,7 @@
|
|||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
<b style="font-size: larger">User's Guide</b>
|
||||
<h4>User's Guide</h4>
|
||||
</p>
|
||||
<p>
|
||||
Maven is now simpler than ever to use!
|
||||
|
@ -151,7 +151,7 @@
|
|||
</p>
|
||||
<subsection name="Developing Maven 2">
|
||||
<p>
|
||||
<b style="font-size: larger">Developers and Prospective Contributors</b>
|
||||
<h4>Developers and Prospective Contributors</h4>
|
||||
</p>
|
||||
<p>
|
||||
There is plenty of work to be done. If you are interested in getting involved, the following may help:
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
|
||||
background: none;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
body ul {
|
||||
list-style-type: square;
|
||||
}
|
Loading…
Reference in New Issue