]> source.dussan.org Git - archiva.git/commitdiff
[MRM-1172]
authorMaria Odea B. Ching <oching@apache.org>
Sun, 24 May 2009 11:42:52 +0000 (11:42 +0000)
committerMaria Odea B. Ching <oching@apache.org>
Sun, 24 May 2009 11:42:52 +0000 (11:42 +0000)
o document changes made in version validation

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@778123 13f79535-47bb-0310-9956-ffa450edef68

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

index 8caa82b56e723637ca1b0714bb8bed40e7f30aba..96e6d80c2ce30f612ed0218afefb8cd4e7ebb44d 100644 (file)
@@ -212,5 +212,8 @@ mvn deploy:deploy-file -Dfile=filename.jar -DpomFile=filename.pom
   <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).
 
+  The upload form also provides validation checks against the required fields and the version. In Archiva 1.2.1, the version checking has been
+  loosened. See {{{http://jira.codehaus.org/browse/MRM-1172}MRM-1172}} for more details.
+
 ~~TODO: information for Maven 1, ant tasks, ivy, etc.