Hi everyone, I have a project with configuration files:
desa/file1.xml desa/file2.xml homo/file1.xml homo/file2.xml prod/file1.xml prod/file2.xml I need a maven2 task that produces the following output: target/desa/config.jar target/homo/config.jar target/prod/config.jar where each jar should contain the correct file1.xml and file2.xml Which maven2 plugin can I use for this?? Thanks in advance Regards -- View this message in context: http://www.nabble.com/maven2-question-tf4136794s177.html#a11765774 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
