From 75d7127aef891f0a1390706f7d98dc0f901d360f Mon Sep 17 00:00:00 2001 From: Jason van Zyl Date: Tue, 18 Oct 2005 21:02:02 +0000 Subject: [PATCH] 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 --- maven-site/pom.xml | 4 ++-- maven-site/src/site/apt/guides/index.apt | 4 ---- ...> introduction-to-artifact-resolution.apt} | 6 +++--- .../introduction/introduction-to-profiles.apt | 2 +- .../apt/guides/mini/guide-multi-module.apt | 1 + .../apt/guides/mini/guide-pom-properties.apt | 20 ------------------- .../guides/mini/guide-test-customization.apt | 9 --------- 7 files changed, 7 insertions(+), 39 deletions(-) rename maven-site/src/site/apt/guides/introduction/{repositories-and-artifact-resolution-overview.apt => introduction-to-artifact-resolution.apt} (92%) delete mode 100644 maven-site/src/site/apt/guides/mini/guide-pom-properties.apt delete mode 100644 maven-site/src/site/apt/guides/mini/guide-test-customization.apt diff --git a/maven-site/pom.xml b/maven-site/pom.xml index 5034256493..7070420123 100644 --- a/maven-site/pom.xml +++ b/maven-site/pom.xml @@ -11,16 +11,16 @@ http://maven.apache.org/maven2 2001 - + diff --git a/maven-site/src/site/apt/guides/index.apt b/maven-site/src/site/apt/guides/index.apt index b09ccac8d6..88ea09350a 100644 --- a/maven-site/src/site/apt/guides/index.apt +++ b/maven-site/src/site/apt/guides/index.apt @@ -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}} diff --git a/maven-site/src/site/apt/guides/introduction/repositories-and-artifact-resolution-overview.apt b/maven-site/src/site/apt/guides/introduction/introduction-to-artifact-resolution.apt similarity index 92% rename from maven-site/src/site/apt/guides/introduction/repositories-and-artifact-resolution-overview.apt rename to maven-site/src/site/apt/guides/introduction/introduction-to-artifact-resolution.apt index 122daab914..cf17f60dcb 100644 --- a/maven-site/src/site/apt/guides/introduction/repositories-and-artifact-resolution-overview.apt +++ b/maven-site/src/site/apt/guides/introduction/introduction-to-artifact-resolution.apt @@ -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 \ No newline at end of file +~~The net effect: a sample walkthrough diff --git a/maven-site/src/site/apt/guides/introduction/introduction-to-profiles.apt b/maven-site/src/site/apt/guides/introduction/introduction-to-profiles.apt index c89bd84683..7594a6395e 100644 --- a/maven-site/src/site/apt/guides/introduction/introduction-to-profiles.apt +++ b/maven-site/src/site/apt/guides/introduction/introduction-to-profiles.apt @@ -1,5 +1,5 @@ --- - Build Profiles + Introduction to build profiles --- 30-July-2005 --- diff --git a/maven-site/src/site/apt/guides/mini/guide-multi-module.apt b/maven-site/src/site/apt/guides/mini/guide-multi-module.apt index d555f94b58..a2291179fa 100644 --- a/maven-site/src/site/apt/guides/mini/guide-multi-module.apt +++ b/maven-site/src/site/apt/guides/mini/guide-multi-module.apt @@ -8,3 +8,4 @@ Guide to creating a multi-module build + In progress. diff --git a/maven-site/src/site/apt/guides/mini/guide-pom-properties.apt b/maven-site/src/site/apt/guides/mini/guide-pom-properties.apt deleted file mode 100644 index f678a6a584..0000000000 --- a/maven-site/src/site/apt/guides/mini/guide-pom-properties.apt +++ /dev/null @@ -1,20 +0,0 @@ - ------ - Guide to using POM properties - ------ - Jason van Zyl - ------ - 12 October 2005 - ------ - -Guide to using POM properties - -+----+ - - - ... - - value - - - -+----+ \ No newline at end of file diff --git a/maven-site/src/site/apt/guides/mini/guide-test-customization.apt b/maven-site/src/site/apt/guides/mini/guide-test-customization.apt deleted file mode 100644 index 9156f1af5c..0000000000 --- a/maven-site/src/site/apt/guides/mini/guide-test-customization.apt +++ /dev/null @@ -1,9 +0,0 @@ - ------ - Guide to test customization - ------ - Jason van Zyl - ------ - 12 October 2005 - ------ - -Guide to test customization