> not much familiar with maven. Is there any feature in maven that I can use
> to accomplish this? Or should I create some script that will be called by
> maven as a part of one of it's goals to copy the files?

This is non-standard behavior and you will likely need to just write
your own Maven plugin to accomplish this task/goal. Or as Ron stated,
adjust your process to incorporate some standard Maven plugins and
adopt their configuration rather than your "read a text file etc"
process.

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to