Author: brett
Date: Sat Mar 21 07:46:31 2009
New Revision: 756890
URL: http://svn.apache.org/viewvc?rev=756890&view=rev
Log:
[MRM-1137] add documentation for changing the upload size setting
Modified:
archiva/trunk/archiva-docs/src/site/apt/userguide/deploy.apt
Modified: archiva/trunk/archiva-docs/src/site/apt/userguide/deploy.apt
URL:
http://svn.apache.org/viewvc/archiva/trunk/archiva-docs/src/site/apt/userguide/deploy.apt?rev=756890&r1=756889&r2=756890&view=diff
==============================================================================
--- archiva/trunk/archiva-docs/src/site/apt/userguide/deploy.apt (original)
+++ archiva/trunk/archiva-docs/src/site/apt/userguide/deploy.apt Sat Mar 21
07:46:31 2009
@@ -209,5 +209,8 @@
[../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.