This might be a stretch but it will work. Package the file into an archive (jar,zip,etc) and deploy that archive. Then in the generate sources phase, use dependency-maven-plugin at mojo.codehaus.org to unpack the zip file where you want it. I do this for a couple of common config files that I want to control in a central place.
-----Original Message----- From: Cabasson Denis [mailto:[EMAIL PROTECTED] Sent: Monday, February 27, 2006 10:04 AM To: [email protected] Subject: [M2.0.2] sharing assembly descriptor across modules Hi, I have a multi-module project, and I'd like to use the same assembly descriptor for all my modules. I can put in the parent POM the assembly plugin configuration, but it will look for the assembly descriptor in each of my module. I'd like to use a single assembly descriptor (which is of course not one of the built-in descriptors) for all of my modules. Any ideas on how to do that? Thanks. ------------------------ Denis CABASSON --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
