mirror of https://github.com/apache/maven.git
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:
parent
623efa6119
commit
75d7127aef
|
@ -11,16 +11,16 @@
|
||||||
<url>http://maven.apache.org/maven2</url>
|
<url>http://maven.apache.org/maven2</url>
|
||||||
<inceptionYear>2001</inceptionYear>
|
<inceptionYear>2001</inceptionYear>
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<!--
|
|
||||||
<site>
|
<site>
|
||||||
<id>website</id>
|
<id>website</id>
|
||||||
<url>scpexe://minotaur.apache.org/www/maven.apache.org/maven2</url>
|
<url>scpexe://minotaur.apache.org/www/maven.apache.org/maven2</url>
|
||||||
</site>
|
</site>
|
||||||
-->
|
<!--
|
||||||
<site>
|
<site>
|
||||||
<id>website</id>
|
<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/maven2</url>
|
||||||
</site>
|
</site>
|
||||||
|
-->
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|
|
@ -60,16 +60,12 @@ Documentation
|
||||||
|
|
||||||
* {{{mini/guide-multiple-repositories.html}Guide to using Multiple Repositories}}
|
* {{{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-proxies.html}Guide to using proxies}}
|
||||||
|
|
||||||
* {{{mini/guide-releasing.html}Guide to Releasing}}
|
* {{{mini/guide-releasing.html}Guide to Releasing}}
|
||||||
|
|
||||||
* {{{mini/guide-site.html}Guide to creating a site}}
|
* {{{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-using-extensions.html}Guide to using Extensions}}
|
||||||
|
|
||||||
* {{{mini/guide-webapp.html}Guide to Webapps}}
|
* {{{mini/guide-webapp.html}Guide to Webapps}}
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
---
|
---
|
||||||
Repository Definitions and Artifact Resolution: Overview
|
Introduction to repository definitions and artifact resolution
|
||||||
---
|
---
|
||||||
John Casey
|
John Casey
|
||||||
---
|
---
|
||||||
23-August-2005
|
23-August-2005
|
||||||
---
|
---
|
||||||
|
|
||||||
Overview: Repository Definitions and Artifact Resolution
|
Introduction to Repository definitions and artifact resolution
|
||||||
|
|
||||||
*Introduction
|
*Introduction
|
||||||
|
|
||||||
|
@ -51,4 +51,4 @@ Overview: Repository Definitions and Artifact Resolution
|
||||||
~~~~Local-wins priority (during inheritance AND transitive dependency resolution)
|
~~~~Local-wins priority (during inheritance AND transitive dependency resolution)
|
||||||
~~~~Keeping the super-POM repositories last in line (ensuring their default status)
|
~~~~Keeping the super-POM repositories last in line (ensuring their default status)
|
||||||
|
|
||||||
~~The net effect: a sample walkthrough
|
~~The net effect: a sample walkthrough
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
Build Profiles
|
Introduction to build profiles
|
||||||
---
|
---
|
||||||
30-July-2005
|
30-July-2005
|
||||||
---
|
---
|
||||||
|
|
|
@ -8,3 +8,4 @@
|
||||||
|
|
||||||
Guide to creating a multi-module build
|
Guide to creating a multi-module build
|
||||||
|
|
||||||
|
In progress.
|
||||||
|
|
|
@ -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>
|
|
||||||
|
|
||||||
+----+
|
|
|
@ -1,9 +0,0 @@
|
||||||
------
|
|
||||||
Guide to test customization
|
|
||||||
------
|
|
||||||
Jason van Zyl
|
|
||||||
------
|
|
||||||
12 October 2005
|
|
||||||
------
|
|
||||||
|
|
||||||
Guide to test customization
|
|
Loading…
Reference in New Issue