diff options
author | Olivier Lamy <olamy@apache.org> | 2012-09-14 22:25:33 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-09-14 22:25:33 +0000 |
commit | 25b65be5d7c770022f7441283cb74ef59a5886e6 (patch) | |
tree | 9da0cb7742ce898d7ab5067db67b585dd474df80 /archiva-docs | |
parent | 619541066a4e3b7068e5cd5fcba85e2bfb92bda4 (diff) | |
download | archiva-25b65be5d7c770022f7441283cb74ef59a5886e6.tar.gz archiva-25b65be5d7c770022f7441283cb74ef59a5886e6.zip |
improve delete artifact documentation
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1384949 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-docs')
-rw-r--r-- | archiva-docs/src/site/apt/userguide/delete-artifact.apt | 28 | ||||
-rw-r--r-- | archiva-docs/src/site/resources/images/delete-artifact.png | bin | 0 -> 48434 bytes | |||
-rw-r--r-- | archiva-docs/src/site/resources/images/delete-groupid.png | bin | 0 -> 66794 bytes |
3 files changed, 15 insertions, 13 deletions
diff --git a/archiva-docs/src/site/apt/userguide/delete-artifact.apt b/archiva-docs/src/site/apt/userguide/delete-artifact.apt index e9e74a6b8..353fa6790 100644 --- a/archiva-docs/src/site/apt/userguide/delete-artifact.apt +++ b/archiva-docs/src/site/apt/userguide/delete-artifact.apt @@ -1,7 +1,9 @@ ------ Deleting an Artifact ------ - 2009-02-25 + Olivier Lamy + ------ + 2012-09-15 ------ ~~ Licensed to the Apache Software Foundation (ASF) under one @@ -19,31 +21,31 @@ Deleting an Artifact ~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY ~~ KIND, either express or implied. See the License for the ~~ specific language governing permissions and limitations -~~ under the License. +~~ under the License. + +~~ NOTE: For help with the syntax of this file, see: +~~ http://maven.apache.org/guides/mini/guide-apt-format.html Deleting an Artifact - The Delete Artifact feature allows artifacts to be deleted from the managed repositories. + The Delete Artifact feature allows groupId or artifacts to be deleted from the managed repositories. ---- User must have a Repository Manager role to a repository to be able to delete artifacts from it. ---- - To delete artifacts, perform these steps: - - 1. From the left navigation menu, click <<Delete Artifact>>. This displays the Delete Artifact page. + To delete artifacts, you must simply browse to what you want to delete - 2. Supply the necessary values for the following fields: +* Delete groupId - * Group Id: The group id of the artifact to be deleted. + Use trash icon near the groupId you want to delete - * Artifact Id:The name of the artifact to be deleted. +[../images/delete-groupid.png] - * Version: The specific version of the artifact to be deleted. +* Delete artifact - * Repository Id: Select from the drop-down list the name of the managed repository where the artifact is located. + Browse to detail view of artifact, go to Artifacts tab then delete the artifact with trash icon +[../images/delete-artifact.png] - 3. Click Submit. - If the artifact exists in the specified repository, it will be overwritten and the metadata.xml will also be updated. diff --git a/archiva-docs/src/site/resources/images/delete-artifact.png b/archiva-docs/src/site/resources/images/delete-artifact.png Binary files differnew file mode 100644 index 000000000..2d20467a2 --- /dev/null +++ b/archiva-docs/src/site/resources/images/delete-artifact.png diff --git a/archiva-docs/src/site/resources/images/delete-groupid.png b/archiva-docs/src/site/resources/images/delete-groupid.png Binary files differnew file mode 100644 index 000000000..6d604da79 --- /dev/null +++ b/archiva-docs/src/site/resources/images/delete-groupid.png |