Generate XML File with Maven

Andrew

New Member
I have an XML file that looks like this...\[code\]<foo> <bar>$VALUE$</bar></foo>\[/code\]Is there anyway I can merge this xml file and a .properties file using Maven or is this a task best left to Ant?
 
Top