aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-docs/src/site/apt/userguide/find-artifact.apt
diff options
context:
space:
mode:
authorMaria Odea B. Ching <oching@apache.org>2009-03-15 04:54:09 +0000
committerMaria Odea B. Ching <oching@apache.org>2009-03-15 04:54:09 +0000
commit18bb01e2cdd6aa1a347042a22e988f1b2882a095 (patch)
treec7374dfbe8a119e4570f8396cbd4bce9e865e437 /archiva-docs/src/site/apt/userguide/find-artifact.apt
parenteb97307732c6cb8596aaffa96e0a04e8c55768fb (diff)
downloadarchiva-18bb01e2cdd6aa1a347042a22e988f1b2882a095.tar.gz
archiva-18bb01e2cdd6aa1a347042a22e988f1b2882a095.zip
[MRM-1099]
submitted by Lani Sara o new documentation for Delete Artifact o updates on deploy, browse, find and upload artifact docs o made a few tweaks on the submitted patch git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@754614 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-docs/src/site/apt/userguide/find-artifact.apt')
-rw-r--r--archiva-docs/src/site/apt/userguide/find-artifact.apt21
1 files changed, 17 insertions, 4 deletions
diff --git a/archiva-docs/src/site/apt/userguide/find-artifact.apt b/archiva-docs/src/site/apt/userguide/find-artifact.apt
index 8bdfb5aba..c807f1317 100644
--- a/archiva-docs/src/site/apt/userguide/find-artifact.apt
+++ b/archiva-docs/src/site/apt/userguide/find-artifact.apt
@@ -24,13 +24,26 @@ Identifying an Artifact
[../images/find-artifact.png] Find Artifact
- Once you submit the form Archiva will look to match the checksum:
+ To find an artifact, perform the following steps:
- * If more than one artifact matches, a list of results are returned
+ [[1]] Click <<Find Artifact>> in the left navigation menu.
- * If a unique match is found, the individual artifact information page is returned
+ [[2]] On the opened page, you will see a file-upload field. Upload any JAR file (or other artifact) from your local file system. You must enter an exact filename. In general, you would use the Browse button for entering the filename.
- * If no match is found, a "no results" page is returned
+ [[3]] Click Search.
+ [[4]] The whole file is not uploaded, but the checksum is. It will search the remote repository for an exact match of the file you specified and display the result of the search.
+
+ []
+
+ Once you submit the form, Archiva will look to match the checksum:
+
+ * If more than one artifact matches, a list of results is returned.
+
+ * If a unique match is found, the individual artifact information page is returned.
+
+ * If no match is found, a "no results" page is returned.
+
+ []