Hi Alejandro, I agree with the others about rolling your own plugin, but would add that your plugin would not necessarily need to interface with the assembly plugin at all. All your plugin would need to do is generate the needed XML file. Then bind that to an earlier phase than when assembly runs, and the XML file will exist by the time assembly runs and hence get included in the bundle (assuming your assembly descriptor includes it, of course).
-Curtis On Fri, Feb 22, 2013 at 8:50 AM, Tamás Cservenák <[email protected]>wrote: > Hi, > > as Wayne said, you need to roll your own plugin. > > But here is a good example for doing exactly that, and guess what, it > exactly uses Assembly to make the job.... > > https://github.com/sonatype/nexus-plugin-bundle > > > Thanks, > ~t~ > > > On Fri, Feb 22, 2013 at 12:20 AM, <[email protected]> wrote: > > > and make the assembly plugin include the XML? is there a way to do this > > with the assembly plugin itself? is it better to create my own plugin? > the > > assembly plugin does a good job creating my zip, so I am hoping i don't > > need to create my own plugin from scratch > > > > >
