From 39957cf7a57e0586a5230dc2a4931f1bb9c0707e Mon Sep 17 00:00:00 2001 From: ltheussl Date: Tue, 6 Dec 2005 21:59:02 +0000 Subject: [PATCH] Update documentation git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@354580 13f79535-47bb-0310-9956-ffa450edef68 --- plugin/xdocs/goals.xml | 22 ++++++++++++++++++++-- plugin/xdocs/properties.xml | 2 +- plugin/xdocs/tags.xml | 2 +- 3 files changed, 22 insertions(+), 4 deletions(-) diff --git a/plugin/xdocs/goals.xml b/plugin/xdocs/goals.xml index 7062cda1..e21728cb 100644 --- a/plugin/xdocs/goals.xml +++ b/plugin/xdocs/goals.xml @@ -27,7 +27,10 @@ plugin:plugin - Build a plugin jar. Requires at least maven 1.1 and maven-artifact-plugin 1.7. + + Build a plugin jar. Requires at least maven 1.1 and + maven-artifact-plugin 1.7. + plugin:download @@ -67,7 +70,13 @@ plugin:install - Build and install the current plugin in ${maven.plugin.dir}. + + Build and install the current plugin in + ${maven.plugin.dir}. + This calls plugin:plugin and therefore + requires at least maven 1.1 and maven-artifact-plugin 1.7. + + plugin:install-now @@ -75,6 +84,9 @@ Install the plugin into the current Maven instance. It is also installed into the user's plugin cache so that it will be available to that user on subsequent Maven invocations. + This calls plugin:plugin and therefore + requires at least maven 1.1 and maven-artifact-plugin 1.7. + @@ -102,6 +114,9 @@ plugin:repository-install Install the current plugin version to the local repository. + This calls plugin:plugin and therefore + requires at least maven 1.1 and maven-artifact-plugin 1.7. + @@ -118,6 +133,9 @@ Deploy the current plugin version to the remote repository. This uses the Artifact plugin to do the deployment, so properties need to be set up as per that plugin. + This calls plugin:plugin and therefore + requires at least maven 1.1 and maven-artifact-plugin 1.7. + diff --git a/plugin/xdocs/properties.xml b/plugin/xdocs/properties.xml index 2652fa8c..f84e6d1d 100644 --- a/plugin/xdocs/properties.xml +++ b/plugin/xdocs/properties.xml @@ -88,7 +88,7 @@ The repository maven should use to download artifacts (jars etc) that it can't find in the local repository. You should set this to one of the - Ibiblio mirrors. + Ibiblio mirrors. You can also specify multiple repositories, separated by commas. Default is http://www.ibiblio.org/maven. diff --git a/plugin/xdocs/tags.xml b/plugin/xdocs/tags.xml index 8639c382..41c8088a 100644 --- a/plugin/xdocs/tags.xml +++ b/plugin/xdocs/tags.xml @@ -74,7 +74,7 @@

- A tag to validate an arbitrary xml document against a schema. + A tag to validate an arbitrary xml document against a schema or dtd.

AttributeOptional?Description