Author: ltheussl Date: Wed Jul 19 13:25:52 2006 New Revision: 423589 URL: http://svn.apache.org/viewvc?rev=423589&view=rev Log: Document MAVEN-410
Modified: maven/maven-1/core/trunk/xdocs/using/customising.xml Modified: maven/maven-1/core/trunk/xdocs/using/customising.xml URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/xdocs/using/customising.xml?rev=423589&r1=423588&r2=423589&view=diff ============================================================================== --- maven/maven-1/core/trunk/xdocs/using/customising.xml (original) +++ maven/maven-1/core/trunk/xdocs/using/customising.xml Wed Jul 19 13:25:52 2006 @@ -66,6 +66,10 @@ Note that while properties are essential to configuring Maven and it's plugins, they can also be a source of bad practices. See the <a href="bestpractices.html#Reproduciblity">Best Practices</a> guide for more information. </p> + <p> + <strong>Note</strong> that due to a 'feature' in the jexl expression evaluator, property names (not values!) + must not contain dashes (which are interpreted as subtraction operators by jexl). + </p> </subsection> <subsection name="Property Substitution in the Project Descriptor"> <p>