From ae82937040d0093bf562cd6f338baac643502d63 Mon Sep 17 00:00:00 2001 From: Vincent Siveton Date: Fri, 11 Jan 2008 02:02:32 +0000 Subject: [PATCH] o merged from r611015 (MNG-3360: Added the documentation in the Maven release) git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@611018 13f79535-47bb-0310-9956-ffa450edef68 --- maven-embedder/README.txt | 6 ++-- maven-embedder/pom.xml | 37 ++++++++++++++++++++++++ maven-embedder/src/main/assembly/bin.xml | 4 +++ 3 files changed, 45 insertions(+), 2 deletions(-) diff --git a/maven-embedder/README.txt b/maven-embedder/README.txt index 07a10c54ff..201dfda280 100644 --- a/maven-embedder/README.txt +++ b/maven-embedder/README.txt @@ -4,13 +4,15 @@ What is it? ----------- - Maven is a software project management and comprehension tool. Based on + Maven is a software project management and comprehension tool. Based on the concept of a Project Object Model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. Documentation ------------- + The documentation available as of the date of this release is included in + HTML format in the docs/ directory. The most up-to-date documentation can be found at http://maven.apache.org/. Release Notes @@ -22,7 +24,7 @@ ------------------- JDK: - 1.4 or above (this is to execute Maven - it still allows you to build against 1.3 + 1.4 or above (this is to execute Maven - it still allows you to build against 1.3 and prior JDK's). Memory: No minimum requirement. diff --git a/maven-embedder/pom.xml b/maven-embedder/pom.xml index b3b73805a1..6331f8f23f 100644 --- a/maven-embedder/pom.xml +++ b/maven-embedder/pom.xml @@ -304,6 +304,43 @@ under the License. + + org.apache.maven.plugins + maven-scm-plugin + + scm:svn:http://svn.apache.org/repos/asf/maven/site/trunk + ${project.build.directory}/maven-site + + + + initialize + + checkout + + + + + + org.apache.maven.plugins + maven-invoker-plugin + + ${project.build.directory}/maven-site + ${project.build.directory}/maven-site/pom.xml + + clean + site + + + + + initialize + initialize + + run + + + + maven-assembly-plugin 2.2-beta-1 diff --git a/maven-embedder/src/main/assembly/bin.xml b/maven-embedder/src/main/assembly/bin.xml index 311d89ca18..a9ab3f6006 100644 --- a/maven-embedder/src/main/assembly/bin.xml +++ b/maven-embedder/src/main/assembly/bin.xml @@ -89,5 +89,9 @@ under the License. maven-embedder-*.jar + + target/maven-site/target/site + docs +