[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
This commit is contained in:
Brett Porter 2009-03-21 07:46:31 +00:00
parent cdea2730ba
commit a5e070e3e4

View 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.