Author: olamy
Date: Mon Feb 25 16:40:06 2013
New Revision: 1449771
URL: http://svn.apache.org/r1449771
Log:
escape interpolation in this documentation page
Modified:
tomcat/maven-plugin/trunk/src/site/apt/run-mojo-features.apt.vm
Modified: tomcat/maven-plugin/trunk/src/site/apt/run-mojo-features.apt.vm
URL:
http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/src/site/apt/run-mojo-features.apt.vm?rev=1449771&r1=1449770&r2=1449771&view=diff
==============================================================================
--- tomcat/maven-plugin/trunk/src/site/apt/run-mojo-features.apt.vm (original)
+++ tomcat/maven-plugin/trunk/src/site/apt/run-mojo-features.apt.vm Mon Feb 25
16:40:06 2013
@@ -57,13 +57,13 @@ Run Mojo: run your Maven war project qui
<!-- application path always starts with /-->
<path>/</path>
<!-- optional path to a context file -->
- <contextFile>${tomcatContextXml}</contextFile>
+ <contextFile>\${tomcatContextXml}</contextFile>
<!-- optional system propoerties you want to add -->
<systemProperties>
-
<appserver.base>${project.build.directory}/appserver-base</appserver.base>
-
<appserver.home>${project.build.directory}/appserver-home</appserver.home>
-
<derby.system.home>${project.build.directory}/appserver-base/logs</derby.system.home>
- <java.io.tmpdir>${project.build.directory}</java.io.tmpdir>
+
<appserver.base>\${project.build.directory}/appserver-base</appserver.base>
+
<appserver.home>\${project.build.directory}/appserver-home</appserver.home>
+
<derby.system.home>\${project.build.directory}/appserver-base/logs</derby.system.home>
+ <java.io.tmpdir>\${project.build.directory}</java.io.tmpdir>
</systemProperties>
<!-- if you want to use test dependencies rather than only runtime -->
<useTestClasspath>false</useTestClasspath>
@@ -77,7 +77,7 @@ Run Mojo: run your Maven war project qui
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
- <version>${derbyVersion}</version>
+ <version>\${derbyVersion}</version>
</dependency>
<dependency>
<groupId>javax.mail</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]