aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-docs/src/site/apt/userguide
diff options
context:
space:
mode:
authorMaria Odea B. Ching <oching@apache.org>2008-03-14 02:56:16 +0000
committerMaria Odea B. Ching <oching@apache.org>2008-03-14 02:56:16 +0000
commit21d96037c765fa7b880376647fad133320459a51 (patch)
tree822ae961fcfe05ec86d81b65fb812ac20fddd6c6 /archiva-docs/src/site/apt/userguide
parentc9b6909ec62d9538b8ba9649234d0567b44af7d9 (diff)
downloadarchiva-21d96037c765fa7b880376647fad133320459a51.tar.gz
archiva-21d96037c765fa7b880376647fad133320459a51.zip
[MRM-216]
-added instructions on how to deploy an artifact via the web ui form git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@636970 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-docs/src/site/apt/userguide')
-rw-r--r--archiva-docs/src/site/apt/userguide/deploy.apt42
1 files changed, 42 insertions, 0 deletions
diff --git a/archiva-docs/src/site/apt/userguide/deploy.apt b/archiva-docs/src/site/apt/userguide/deploy.apt
index e0d133390..db6308091 100644
--- a/archiva-docs/src/site/apt/userguide/deploy.apt
+++ b/archiva-docs/src/site/apt/userguide/deploy.apt
@@ -4,6 +4,48 @@
Deploying to Repository
+ There are different ways on how you can deploy artifacts in an Archiva repository.
+
+* Deploying via the Web UI Form
+
+ The easiest way to deploy in the repository is via the Web UI form, which can be accessed in the 'Upload Artifact' section.
+ Just follow these steps:
+
+ [[1]] Fill up the following required fields:
+
+ * Group Id - the groupId of the artifact to be deployed.
+
+ * Artifact Id - the artifactId of the artifact to be deployed.
+
+ * Version - the version of the artifact to be deployed.
+
+ * Packaging - the packaging of the artifact to be deployed. (ex. jar, war, ear, etc.)
+
+ * File - the actual artifact to be deployed.
+
+ []
+
+ [[2]] Select the repository you want to deploy to. Please note that if you do not have write permission to the repository,
+ you will not be allowed to deploy in it.
+
+ [[3]] Now, if you want Archiva to generate a pom for the artifact, check the Generate Pom field. Right now, only Maven 2 poms
+ can be generated.
+
+ [[4]] Click Submit and a message will be displayed notifying you if the upload/deployment was successful or not.
+
+ []
+
+ These are the files that will be in your repository after deployment:
+
+ * artifact
+
+ * pom file (if you checked Generate Pom)
+
+ * maven-metadata.xml (this will be created if none exists in the artifact level yet, otherwise it will just be updated)
+
+ * maven-metadata.xml.sha1 and maven-metadata.xml.md5 (these will be generated for newly created maven-metadata.xml files, otherwise
+ they will just be updated)
+
* Configuring Maven to deploy to an Archiva repository
[[1]] Create a user in Archiva to use for deployment