> When I generate jar from A project, I would like to exclude these resources > (containing in src/main/resources) from my jar. For the moment, I haven't > found a solution.
Make project D which is just the assembly, and don't put any files in D/src/main/resources, just let D be your assembly project. (This assumes I understood your email, which may not be a correct assumption.) Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
