Hi all, I'm in the process of migrating a project from ant build to Maven. The packaging of project's artifacts involves creating nested zip files that are two levels deep. I use assembly descriptors to for zipping artifacts from the child modules. At each level of nesting, the zip files also receive some parametrized text files which I want to process using resource filtering for replacing the property variables. However the "pom" packaging does not allow me to run process-resources phase for filtering.
Is there any means by which I can get the process-resources phase to run before I do the assembly? thanks Venkat --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]