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 descriptorRef and make it availables to other projects.
When looking inside assembly source code, ref are loading using :
        getClass().getResourceAsStream( "/assemblies/" + ref + ".xml" );
So it seems that "/assemblies/myOwnRef" need to be in the classloader of the assembly plugin.
But how can I do it ?


Yann.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to