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 @@
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.
| Document | Description |
|---|
| maven.artifact.legacy | -Yes | -- 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 | Yes | 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 @@artifact:deploy | Deploy artifact to remote repository(ies) |
| artifact:deploy-snapshot | -Deploy snapshot version of artifact to remote repository | -||
| artifact:install | Install artifact in local repository | ||
| artifact:deploy-snapshot | +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) |