Hi, I want to create document templates and use Maven to fill in the properties in the template during a task. For example:
Template.txt:
Dir=${basedir}
systemPath = ${systemPath}
Then run a maven command to output the the text document to a directory
and fill in these tokens. Sort of like filterTokens in Ant.
Roshan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
