aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--archiva-docs/src/site/apt/userguide/delete-artifact.apt28
-rw-r--r--archiva-docs/src/site/resources/images/delete-artifact.pngbin0 -> 48434 bytes
-rw-r--r--archiva-docs/src/site/resources/images/delete-groupid.pngbin0 -> 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
new file mode 100644
index 000000000..2d20467a2
--- /dev/null
+++ b/archiva-docs/src/site/resources/images/delete-artifact.png
Binary files 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
--- /dev/null
+++ b/archiva-docs/src/site/resources/images/delete-groupid.png
Binary files differ