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 project.properties everything works fine.

Am I misusing the attainGoal tag?

Thanks
Andrew

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to