]> source.dussan.org Git - archiva.git/commitdiff
improve delete artifact documentation
authorOlivier Lamy <olamy@apache.org>
Fri, 14 Sep 2012 22:25:33 +0000 (22:25 +0000)
committerOlivier Lamy <olamy@apache.org>
Fri, 14 Sep 2012 22:25:33 +0000 (22:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1384949 13f79535-47bb-0310-9956-ffa450edef68

archiva-docs/src/site/apt/userguide/delete-artifact.apt
archiva-docs/src/site/resources/images/delete-artifact.png [new file with mode: 0644]
archiva-docs/src/site/resources/images/delete-groupid.png [new file with mode: 0644]

index e9e74a6b85229ae5fd87fefcb9623b7017f69ee0..353fa6790318e995b887cc05c364718f75058711 100644 (file)
@@ -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
new file mode 100644 (file)
index 0000000..2d20467
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 (file)
index 0000000..6d604da
Binary files /dev/null and b/archiva-docs/src/site/resources/images/delete-groupid.png differ