o removing some dead docs and adding in a couple more intro docs

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@326241 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2005-10-18 21:02:02 +00:00
parent 623efa6119
commit 75d7127aef
7 changed files with 7 additions and 39 deletions

View File

@ -11,16 +11,16 @@
<url>http://maven.apache.org/maven2</url>
<inceptionYear>2001</inceptionYear>
<distributionManagement>
<!--
<site>
<id>website</id>
<url>scpexe://minotaur.apache.org/www/maven.apache.org/maven2</url>
</site>
-->
<!--
<site>
<id>website</id>
<url>scpexe://minotaur.apache.org/x1/home/jvanzyl/public_html/maven2</url>
</site>
-->
</distributionManagement>
<build>

View File

@ -60,16 +60,12 @@ Documentation
* {{{mini/guide-multiple-repositories.html}Guide to using Multiple Repositories}}
* {{{mini/guide-pom-properties.html}Guide to using POM properties}}
* {{{mini/guide-proxies.html}Guide to using proxies}}
* {{{mini/guide-releasing.html}Guide to Releasing}}
* {{{mini/guide-site.html}Guide to creating a site}}
* {{{mini/guide-test-customization.html}Guide to test customization}}
* {{{mini/guide-using-extensions.html}Guide to using Extensions}}
* {{{mini/guide-webapp.html}Guide to Webapps}}

View File

@ -1,12 +1,12 @@
---
Repository Definitions and Artifact Resolution: Overview
Introduction to repository definitions and artifact resolution
---
John Casey
---
23-August-2005
---
Overview: Repository Definitions and Artifact Resolution
Introduction to Repository definitions and artifact resolution
*Introduction
@ -51,4 +51,4 @@ Overview: Repository Definitions and Artifact Resolution
~~~~Local-wins priority (during inheritance AND transitive dependency resolution)
~~~~Keeping the super-POM repositories last in line (ensuring their default status)
~~The net effect: a sample walkthrough
~~The net effect: a sample walkthrough

View File

@ -1,5 +1,5 @@
---
Build Profiles
Introduction to build profiles
---
30-July-2005
---

View File

@ -8,3 +8,4 @@
Guide to creating a multi-module build
In progress.

View File

@ -1,20 +0,0 @@
------
Guide to using POM properties
------
Jason van Zyl
------
12 October 2005
------
Guide to using POM properties
+----+
<project>
...
<properties>
<name>value</name>
</properties>
</project>
+----+

View File

@ -1,9 +0,0 @@
------
Guide to test customization
------
Jason van Zyl
------
12 October 2005
------
Guide to test customization