mirror of https://github.com/apache/maven.git
o preparing to publish to the main site
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@327044 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c93340a7f5
commit
218f9aea6e
|
@ -1,3 +1,4 @@
|
|||
name=${name}
|
||||
project=${pom.name}
|
||||
value=${pkey}
|
||||
java.version=${java.version}
|
||||
|
|
|
@ -14,9 +14,9 @@
|
|||
<site>
|
||||
<id>website</id>
|
||||
<!--
|
||||
<url>scpexe://minotaur.apache.org/x1/home/jvanzyl/public_html/maven2</url>
|
||||
<url>scpexe://minotaur.apache.org/x1/home/jvanzyl/public_html/</url>
|
||||
-->
|
||||
<url>scpexe://minotaur.apache.org/www/maven.apache.org/maven2</url>
|
||||
<url>scpexe://minotaur.apache.org/www/maven.apache.org/</url>
|
||||
</site>
|
||||
</distributionManagement>
|
||||
|
||||
|
|
|
@ -124,8 +124,6 @@ Documentation
|
|||
|
||||
* {{{../developers/mojo-api-specification.html}Mojo API}}
|
||||
|
||||
* {{{..//mojo-api-specification.html}Mojo API}}
|
||||
|
||||
* {{{../ant-tasks.html}Ant Tasks}}
|
||||
|
||||
* {{{../glossary.html}Glossary}}
|
||||
|
|
|
@ -9,8 +9,6 @@
|
|||
|
||||
* {{{../developers/mojo-api-specification.html}Mojo API}}
|
||||
|
||||
* {{{..//mojo-api-specification.html}Mojo API}}
|
||||
|
||||
* {{{../ant-tasks.html}Ant Tasks}}
|
||||
|
||||
* {{{../glossary.html}Glossary}}
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<item name="Installation Instructions" href="/download.html#installation"/>
|
||||
<item name="Getting Started" href="/guides/getting-started/index.html"/>
|
||||
<item name="Documentation" href="/guides/index.html"/>
|
||||
<item name="Available Plug-ins" href="/plugins/index.html"/>
|
||||
<item name="Available Plug-ins" href="/plugins/index.html"/>
|
||||
</menu>
|
||||
|
||||
<menu name="About Maven 2.0">
|
||||
|
|
Loading…
Reference in New Issue