From: Olivier Lamy Date: Fri, 14 Sep 2012 22:25:33 +0000 (+0000) Subject: improve delete artifact documentation X-Git-Tag: archiva-1.4-M3~203 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=25b65be5d7c770022f7441283cb74ef59a5886e6;p=archiva.git improve delete artifact documentation git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1384949 13f79535-47bb-0310-9956-ffa450edef68 --- 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 <>. 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 new file mode 100644 index 000000000..2d20467a2 Binary files /dev/null and b/archiva-docs/src/site/resources/images/delete-artifact.png differ diff --git a/archiva-docs/src/site/resources/images/delete-groupid.png b/archiva-docs/src/site/resources/images/delete-groupid.png new file mode 100644 index 000000000..6d604da79 Binary files /dev/null and b/archiva-docs/src/site/resources/images/delete-groupid.png differ