]> source.dussan.org Git - archiva.git/commitdiff
[MRM-1137] add documentation for changing the upload size setting
authorBrett Porter <brett@apache.org>
Sat, 21 Mar 2009 07:46:31 +0000 (07:46 +0000)
committerBrett Porter <brett@apache.org>
Sat, 21 Mar 2009 07:46:31 +0000 (07:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@756890 13f79535-47bb-0310-9956-ffa450edef68

archiva-docs/src/site/apt/userguide/deploy.apt

index bf5291c7061f2a27caa1ad953b3fd188671534e0..396ce4535d0636af455c03badfea7105c08c7d8f 100644 (file)
@@ -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.