Re: add predefined descriptor for assembly plugin.

2008-02-29 Thread John Casey
The best approach I've found for this is to create a new jar project that contains only the assembly descriptor in the directory: src/main/resources/assemblies/your-descriptor.xml Then, build/install this project so you have access to use the jar as a plugin-level dependency, like this:

add predefined descriptor for assembly plugin.

2008-02-28 Thread Benoit Decherf
Hi, Some of our projects need to create a tgz with the same structure. I'd like to not have to copy the assembly descriptor on all projects. Is there a way to add a new predefined descriptor ? Or how should I do that ? Benoit