You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Mark Proctor <li...@markproctor.com> on 2008/11/23 06:41:57 UTC

osgi bundle plugin and bundle automation for dependencies

Can the apache felix "Bundle Plugin for Maven" also automate the 
creating of osgi bundles for project dependencies, and transitive 
dependencies? If it can't, is there any other tool that can, or hints 
people can give?

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: osgi bundle plugin and bundle automation for dependencies

Posted by Stuart McCulloch <mc...@gmail.com>.
2008/11/23 Mark Proctor <li...@markproctor.com>

> Can the apache felix "Bundle Plugin for Maven" also automate the creating
> of osgi bundles for project dependencies, and transitive dependencies? If it
> can't, is there any other tool that can, or hints people can give?
>

see  http://felix.apache.org/site/apache-felix-maven-bundle-plugin-bnd.html

the "bundle:bundleall" goal should automatically bundle all dependencies as
separate bundles

and you can always embed dependencies inside your bundle, if they're an
implementation detail

see also http://aqute.biz/Code/Bnd

Mark
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>

-- 
Cheers, Stuart