Re: assembly file and descriptorRefs

2006-12-04 Thread Yann Albou
Thanks Wendy it was very helpful. You're right it is working with the extensions tag. But I found another solution: use the dependencies tag inside the plugin: I think this tips should be in the assembly plugin documentation. Here is how I did: project ...

Re: assembly file and descriptorRefs

2006-12-04 Thread Wendy Smoak
On 12/3/06, Yann Albou [EMAIL PROTECTED] wrote: I think this tips should be in the assembly plugin documentation. Each plugin has a page on the wiki where we encourage users to contribute examples. It would be great if you could add this example to the Assembly plugin's page:

Re: assembly file and descriptorRefs

2006-12-04 Thread Yann Albou
Done, I added a section How to create your own predefine assembly Yann. Wendy Smoak wrote: On 12/3/06, Yann Albou [EMAIL PROTECTED] wrote: I think this tips should be in the assembly plugin documentation. Each plugin has a page on the wiki where we encourage users to contribute examples.

assembly file and descriptorRefs

2006-12-03 Thread Yann Albou
I have created my own assembly.xml file. Now I would like to make this file available through the maven repository. Is this possible ? I saw I can configure a descriptorRefs, but it seems limited to predefined assembly files (bin, jar-with-dependencies, or src). I would like to add my own

Re: assembly file and descriptorRefs

2006-12-03 Thread Wendy Smoak
On 12/2/06, Yann Albou [EMAIL PROTECTED] wrote: I saw I can configure a descriptorRefs, but it seems limited to predefined assembly files (bin, jar-with-dependencies, or src). I would like to add my own descriptorRef and make it availables to other projects. Maybe as a build extension? Try