Hi all

I'm using maven filters to generate a build.xml file. 
As everybody know build files have the same ${property} syntax.
So I would like to prevent overwriting of non wanted properties 
by specifying in my assembly only the properties I want to overwrite.
something like this :
<file>
        <source>${dir.resources.distribution.ant}/build.xml</source>
        <outputDirectory></outputDirectory>
        <filtered>true</filtered>
       <filteredProperties>
        <filteredProperty>my.property</filteredProperty>
       </filteredProperties>
</file>

Does anybody know, if there is a way to do this ?

Regards 
Yann
-- 
View this message in context: 
http://www.nabble.com/maven-build.xml-filtering-properties-overwriting-tf4723721s177.html#a13505483
Sent from the Maven - Users mailing list archive at Nabble.com.


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

Reply via email to