diff options
author | Wendy Smoak <wsmoak@apache.org> | 2008-05-06 02:01:00 +0000 |
---|---|---|
committer | Wendy Smoak <wsmoak@apache.org> | 2008-05-06 02:01:00 +0000 |
commit | 111794694bb751257504f5ebddbea5a40fd94831 (patch) | |
tree | c4f9ad8a8d453df8dd4eed2276b8d2fdffae394c /archiva-docs/src | |
parent | d86d2ce9a1902b4535060d7dcaec9015d36fb5b3 (diff) | |
download | archiva-111794694bb751257504f5ebddbea5a40fd94831.tar.gz archiva-111794694bb751257504f5ebddbea5a40fd94831.zip |
[MRM-774] Updated docs for the ability to upload a POM along with an artifact.
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@653665 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-docs/src')
-rw-r--r-- | archiva-docs/src/site/apt/userguide/deploy.apt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/archiva-docs/src/site/apt/userguide/deploy.apt b/archiva-docs/src/site/apt/userguide/deploy.apt index db6308091..1900df376 100644 --- a/archiva-docs/src/site/apt/userguide/deploy.apt +++ b/archiva-docs/src/site/apt/userguide/deploy.apt @@ -21,15 +21,15 @@ Deploying to Repository * Packaging - the packaging of the artifact to be deployed. (ex. jar, war, ear, etc.) - * File - the actual artifact to be deployed. + * Artifact 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. + [[3]] Now, if you want Archiva to generate a pom for the artifact, check the Generate Maven 2 POM field. + (Right now, only Maven 2 poms can be generated.) Alternately, supply a POM file to be deployed alongside the artifact. [[4]] Click Submit and a message will be displayed notifying you if the upload/deployment was successful or not. @@ -39,7 +39,7 @@ Deploying to Repository * artifact - * pom file (if you checked Generate Pom) + * POM file (if you supplied one or checked Generate Maven 2 POM) * maven-metadata.xml (this will be created if none exists in the artifact level yet, otherwise it will just be updated) |