On 05/03/2008, Siamak Haschemi <[EMAIL PROTECTED]> wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hello to all, > > is someone currently working on a maven-deployment-plugin to produce > OSGi Deployment Packages (*.dp) (like specified in the OSGi Service > Platform Service Compendium, Release 4, Version 4.1, Sec. 114)?
Hi Siamak, as Christian said, I don't know of one yet - but it would be useful If no, where should I start? I have a fair bit of experience writing Maven plugins so I can help out with any mojo/dependency questions - I'm trying to find out if we could start this work over at another site (where you could get committer rights straight away) and bring it over to the Felix site once the design has stabilized... Looking at the maven-bundle-plugin is naturally, but I am insecure if I > should base on the bndlib to use the several classes like "Jar" and > "Manifest" or if such a extended classpath traversing and dependency > checking is needless. personally I'd start coding on creating the deployment package from a minimal set of information (passed in via Java interfaces) because then it's easy to provide different ways to generate the information (manual list, dependency analysis, etc...) you might also want to look at the maven-assembly-plugin which is the standard maven approach for producing distributions from maven projects - might be able to re-use ideas / components HTH Any hints? > > > Kind regards, > > Siamak Haschemi > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.8 (MingW32) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iEYEARECAAYFAkfOs8MACgkQBLvtewtTERN/ngCdGDJMhiOwJXwD5dZWF0Ihexif > 22IAoI3QHZeypR2Avxz6y5cRkulZQqEp > =gRHq > -----END PGP SIGNATURE----- > -- Cheers, Stuart