Re: Setting properties in maven.xml

2004-11-18 Thread Andrew Watters
Excellent, thanks Dan, that works. Still making the mental step from ant to maven when it comes to writing goals. dan tran wrote: try this, j:set var=maven.tomcat.precompile value=false/ -D On Wed, 17 Nov 2004 10:43:30 +, Andrew Watters [EMAIL PROTECTED] wrote: Is it possible to set

Setting properties in maven.xml

2004-11-17 Thread Andrew Watters
Is it possible to set properties in maven.xml using the property name= value=/? For example, the following code runs ok but the goal ignores the property that I have set property name=maven.tomcat.precompile value=false/ attainGoal name=tomcat:deploy/ However, if I set the property in

Re: Setting properties in maven.xml

2004-11-17 Thread dan tran
try this, j:set var=maven.tomcat.precompile value=false/ -D On Wed, 17 Nov 2004 10:43:30 +, Andrew Watters [EMAIL PROTECTED] wrote: Is it possible to set properties in maven.xml using the property name= value=/? For example, the following code runs ok but the goal ignores the property