Author: kkolinko Date: Mon Oct 17 14:27:02 2011 New Revision: 1185201 URL: http://svn.apache.org/viewvc?rev=1185201&view=rev Log: Correct typos - followup to r1185182
Modified: tomcat/maven-plugin/trunk/src/site/apt/executable-war-jar.apt.vm tomcat/maven-plugin/trunk/src/site/apt/index.apt 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=1185201&r1=1185200&r2=1185201&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 Mon Oct 17 14:27:02 2011 @@ -28,11 +28,11 @@ Build a Executable War - Prior to version 2.0, you can now build an executable war/jar with an embeded Apache Tomcat7. + Since version 2.0 you can now build an executable war/jar with an embedded Apache Tomcat7. This is only supported with the tomcat7 plugin. -* Additionnal Artifact to your war module +* Additional Artifact to your war module +-- <project> @@ -56,9 +56,9 @@ Build a Executable War <phase>package</phase> <configuration> <path>foo</path> - <!-- optionnal only if you want to use a preconfigured server.xml file --> + <!-- optional only if you want to use a preconfigured server.xml file --> <serverXml>src/main/tomcatconf/server.xml</serverXml> - <!-- optionnal values which can be configurable --> + <!-- optional values which can be configurable --> <attachArtifactClassifier>default value is exec-war but you can customize</attachArtifactClassifier> <attachArtifactClassifierType>default value is jar</attachArtifactClassifierType> </configuration> @@ -73,7 +73,7 @@ Build a Executable War </project> +-- -* Additionnal Artifact to your pom module +* Additional Artifact to your pom module +-- <project> @@ -96,7 +96,7 @@ Build a Executable War </goals> <phase>package</phase> <configuration> - <!-- optionnal only if you want to use a preconfigured server.xml file --> + <!-- optional only if you want to use a preconfigured server.xml file --> <!-- <serverXml>src/main/tomcatconf/server.xml</serverXml> --> @@ -140,7 +140,7 @@ Build a Executable War * Generated executable jar/war - You will be able to execute the generated jar which contains an embeded tomcat container + You will be able to execute the generated jar which contains an embedded tomcat container +------ java -jar yourjar @@ -156,7 +156,7 @@ usage: java -jar [path to your exec war -httpPort <httpPort> http port to use -httpsPort <httpsPort> https port to use -resetExtract clean previous extract directory - -serverXmlPath <serverXmlPath> server.xml to use, optionnal + -serverXmlPath <serverXmlPath> server.xml to use, optional -X,--debug debug +------ Modified: tomcat/maven-plugin/trunk/src/site/apt/index.apt URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/src/site/apt/index.apt?rev=1185201&r1=1185200&r2=1185201&view=diff ============================================================================== --- tomcat/maven-plugin/trunk/src/site/apt/index.apt (original) +++ tomcat/maven-plugin/trunk/src/site/apt/index.apt Mon Oct 17 14:27:02 2011 @@ -29,11 +29,11 @@ Apache Tomcat Maven Plugin This is the new home for the Tomcat Maven Plugin (previously hosted at Codehaus). - The version 2.0 which will support Tomcat7 is under developpement. + The version 2.0 which will support Tomcat 7 is under development. - Prior to version 2.0, tomcat mojos has been renamed to tomcat6 and tomcat7 with the same goals. + The Tomcat Maven Plugin provides goals to manipulate WAR projects within the {{{http://tomcat.apache.org/}Apache Tomcat}} servlet container. - The Tomcat Maven Plugin provides goals to manipulate WAR projects within the {{{http://tomcat.apache.org/}Tomcat}} servlet container. + Since version 2.0 tomcat mojos has been renamed to tomcat6 and tomcat7 with the same goals. * Goals Overview --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org