From cbd121a8bec914f400a24a421e07c11cd84e04eb Mon Sep 17 00:00:00 2001 From: ltheussl Date: Wed, 30 Nov 2005 00:20:00 +0000 Subject: [PATCH] Documentation updates git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@349850 13f79535-47bb-0310-9956-ffa450edef68 --- artifact/xdocs/examples.xml | 4 ++-- artifact/xdocs/navigation.xml | 2 +- artifact/xdocs/properties.xml | 5 ++--- artifact/xdocs/tags.xml | 11 ++++++++--- 4 files changed, 13 insertions(+), 9 deletions(-) diff --git a/artifact/xdocs/examples.xml b/artifact/xdocs/examples.xml index bd4d56fd..55a28025 100644 --- a/artifact/xdocs/examples.xml +++ b/artifact/xdocs/examples.xml @@ -27,8 +27,8 @@

- The following example demonstrates how to depoyment - of artifact to remote repositories can be configured. + The following example demonstrates how the deployment + of artifacts to remote repositories can be configured.

- + diff --git a/artifact/xdocs/properties.xml b/artifact/xdocs/properties.xml index 7c679b52..a1d237fb 100644 --- a/artifact/xdocs/properties.xml +++ b/artifact/xdocs/properties.xml @@ -198,9 +198,8 @@

- If you are behind firewall and need to use proxy server see - following - section from the Maven User Guide . + If you are behind a firewall and need to use a proxy server, check the + proxy properties.

diff --git a/artifact/xdocs/tags.xml b/artifact/xdocs/tags.xml index 7789fd42..3326216e 100644 --- a/artifact/xdocs/tags.xml +++ b/artifact/xdocs/tags.xml @@ -46,12 +46,17 @@ artifact:deploy-snapshot - Deploy snapshot version of artifact to remote repository (DEPRECATED: use artifact:deploy with SNAPSHOT in the project version for equivalent behaviour) + + Deploy snapshot version of artifact to remote repository + (DEPRECATED: use artifact:deploy with SNAPSHOT in the project version for equivalent behaviour) + artifact:install-snapshot - Install snapshot version of artifact in local repository - Install snapshot version of artifact in local repository (DEPRECATED: use artifact:install with SNAPSHOT in the project version for equivalent behaviour) + + Install snapshot version of artifact in local repository + (DEPRECATED: use artifact:install with SNAPSHOT in the project version for equivalent behaviour) +