From 1c878d222a08bca6c471c0e8ce17ec6edf85afa2 Mon Sep 17 00:00:00 2001 From: brett Date: Wed, 1 Jun 2005 05:12:06 +0000 Subject: [PATCH] doc improvements git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@179358 13f79535-47bb-0310-9956-ffa450edef68 --- artifact/xdocs/changes.xml | 1 + artifact/xdocs/index.xml | 4 ++-- artifact/xdocs/properties.xml | 8 -------- artifact/xdocs/tags.xml | 11 ++++++----- 4 files changed, 9 insertions(+), 15 deletions(-) diff --git a/artifact/xdocs/changes.xml b/artifact/xdocs/changes.xml index febc94a5..ed0d6ceb 100644 --- a/artifact/xdocs/changes.xml +++ b/artifact/xdocs/changes.xml @@ -26,6 +26,7 @@ + Deploy anything with SNAPSHOT in the version as a snapshot Deprecated install-snapshot and deploy-snapshot goals Remove deprecated old deployment method Replace bulk of code with Wagon diff --git a/artifact/xdocs/index.xml b/artifact/xdocs/index.xml index 6335261f..6f4d9543 100644 --- a/artifact/xdocs/index.xml +++ b/artifact/xdocs/index.xml @@ -25,11 +25,11 @@ -
+

This plugin allows a client program / user to upload artifacts to a remote - repository using a variety of different protocols. + repository using a variety of different protocols.

diff --git a/artifact/xdocs/properties.xml b/artifact/xdocs/properties.xml index 67a11c39..7c679b52 100644 --- a/artifact/xdocs/properties.xml +++ b/artifact/xdocs/properties.xml @@ -205,14 +205,6 @@
DocumentDescription
- - - - - diff --git a/artifact/xdocs/tags.xml b/artifact/xdocs/tags.xml index d1ccf2f4..a35f3f8b 100644 --- a/artifact/xdocs/tags.xml +++ b/artifact/xdocs/tags.xml @@ -40,17 +40,18 @@ - - - - + + + + +
maven.artifact.legacyYes - Force legacy (deploy) operation mode, where the SSH and SCP command line tools are used. - If artifact is not configured, this will take effect automatically. -
maven.scp.executable Yesartifact:deploy Deploy artifact to remote repository(ies)
artifact:deploy-snapshotDeploy snapshot version of artifact to remote repository
artifact:install Install artifact in local repository
artifact:deploy-snapshotDeploy 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 repositoryInstall snapshot version of artifact in local repository (DEPRECATED: use artifact:install with SNAPSHOT in the project version for equivalent behaviour)
@@ -154,7 +155,7 @@
  • Although simple now, it will not necessarily remain that way - in the future. + in the future. e.g. When Maven runs in client-server mode information about repository content can be cached and some files from the repository can be cached in memory