2012/4/13  <ol...@apache.org>:
> Author: olamy
> Date: Fri Apr 13 19:12:47 2012
> New Revision: 1325908
>
> URL: http://svn.apache.org/viewvc?rev=1325908&view=rev
> Log:
> document new filtering on context file
>
> Modified:
>    
> tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractRunMojo.java
>
> Modified: 
> tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractRunMojo.java
> URL: 
> http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractRunMojo.java?rev=1325908&r1=1325907&r2=1325908&view=diff
> ==============================================================================
> --- 
> tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractRunMojo.java
>  (original)
> +++ 
> tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractRunMojo.java
>  Fri Apr 13 19:12:47 2012
> @@ -305,7 +305,9 @@ public abstract class AbstractRunMojo
>
>
>     /**
> -     * The path of the Tomcat context XML file.
> +     * <p>The path of the Tomcat context XML file.</p>
> +     * <p>Prior to release 2.0, the file is filtering as a maven resource so 
> you can use
> +     * interpolation tokens ${ }</p>

I do not understand the above wording.
You mean that "${ }" can be used starting with 2.0?

If yes then the sentence says quite the opposite.
It should be s/prior/since/  and s/is filtering/is filtered/.

If no then I'd note explicitly that "Since 2.0 you can no longer use ${}".


>      *
>      * @parameter expression="${maven.tomcat.contextFile}"
>      */
>
>

Best regards,
Konstantin Kolinko

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

Reply via email to