You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2014/01/19 14:51:16 UTC

svn commit: r1559498 - in /tomcat/maven-plugin/trunk: pom.xml src/site/apt/executable-war-jar.apt.vm

Author: kkolinko
Date: Sun Jan 19 13:51:16 2014
New Revision: 1559498

URL: http://svn.apache.org/r1559498
Log:
Correct typo s/byte/bytes/, replace tabs with spaces.
Remove leading whitespace in a name.

Modified:
    tomcat/maven-plugin/trunk/pom.xml
    tomcat/maven-plugin/trunk/src/site/apt/executable-war-jar.apt.vm

Modified: tomcat/maven-plugin/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/pom.xml?rev=1559498&r1=1559497&r2=1559498&view=diff
==============================================================================
--- tomcat/maven-plugin/trunk/pom.xml (original)
+++ tomcat/maven-plugin/trunk/pom.xml Sun Jan 19 13:51:16 2014
@@ -177,7 +177,7 @@
       <name>Michael Osipov</name>
     </contributor>
     <contributor>
-      <name> Matthias Gunther</name>
+      <name>Matthias Gunther</name>
     </contributor>
   </contributors>
 

Modified: tomcat/maven-plugin/trunk/src/site/apt/executable-war-jar.apt.vm
URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/src/site/apt/executable-war-jar.apt.vm?rev=1559498&r1=1559497&r2=1559498&view=diff
==============================================================================
--- tomcat/maven-plugin/trunk/src/site/apt/executable-war-jar.apt.vm (original)
+++ tomcat/maven-plugin/trunk/src/site/apt/executable-war-jar.apt.vm Sun Jan 19 13:51:16 2014
@@ -164,7 +164,7 @@ usage: java -jar [path to your exec war 
                                         org.apache.coyote.http11.Http11Nio
                                         Protocol
  -httpsPort <httpsPort>                 https port to use
- -maxPostSize <maxPostSize>				max post size in byte to use
+ -maxPostSize <maxPostSize>             max post size in bytes to use
  -keyAlias <keyAlias>                   alias from keystore for ssl
  -loggerName <loggerName>               logger to use: slf4j to use slf4j
                                         bridge on top of jul



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org