summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Porter <brett@apache.org>2009-03-21 07:46:31 +0000
committerBrett Porter <brett@apache.org>2009-03-21 07:46:31 +0000
commita5e070e3e4d1ad424898728f01b2d025e4a4f582 (patch)
tree12cd4a086ae5526b4fdec37cbc992abe807df4a3
parentcdea2730bac2b2613089951d8ef126c8baad34c4 (diff)
downloadarchiva-a5e070e3e4d1ad424898728f01b2d025e4a4f582.tar.gz
archiva-a5e070e3e4d1ad424898728f01b2d025e4a4f582.zip
[MRM-1137] add documentation for changing the upload size setting
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@756890 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--archiva-docs/src/site/apt/userguide/deploy.apt3
1 files changed, 3 insertions, 0 deletions
diff --git a/archiva-docs/src/site/apt/userguide/deploy.apt b/archiva-docs/src/site/apt/userguide/deploy.apt
index bf5291c70..396ce4535 100644
--- a/archiva-docs/src/site/apt/userguide/deploy.apt
+++ b/archiva-docs/src/site/apt/userguide/deploy.apt
@@ -209,5 +209,8 @@ mvn deploy:deploy-file -Dfile=filename.jar -DpomFile=filename.pom
[../images/upload-artifact.jpg] Upload Artifact
+ <Note:> The maximum size of the file that can be uploaded is 10M by default. To alter the setting, change <<<struts.multipart.maxSize>>> in the file
+ <<<WEB-INF/classes/struts.properties>>> in the Archiva web application (located under <<<apps/archiva>>> in the standalone distribution).
+
~~TODO: information for Maven 1, ant tasks, ivy, etc.