You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@karaf.apache.org by asookazian2 <as...@gmail.com> on 2014/03/21 18:50:55 UTC

using custom manifest.mf or generated manifest by maven-bundle-plugin

if you have code in your pom.xml to use a pre-written manifest.mf but are
also using the maven-bundle-plugin in same pom.xml, what happens?  does it
use pre-written or generate dynamically via plugin?

https://maven.apache.org/shared/maven-archiver/examples/manifestFile.html



--
View this message in context: http://karaf.922171.n3.nabble.com/using-custom-manifest-mf-or-generated-manifest-by-maven-bundle-plugin-tp4032377.html
Sent from the Karaf - User mailing list archive at Nabble.com.

Re: using custom manifest.mf or generated manifest by maven-bundle-plugin

Posted by Charlie Mordant <cm...@gmail.com>.
Hi,

I think it depends on the order of the phase of your plugins, how you
configure bnd...
Take a look at a configuration that adds manifest headers to an existing
Manifest here:
https://github.com/OsgiliathEnterprise/net.osgiliath.parent/tree/master/net.osgiliath.framework/net.osgiliath.helpers.parent/net.osgiliath.wrappers/net.osgiliath.wrapper.camel-cdi

Enjoy ;)


2014-03-21 18:50 GMT+01:00 asookazian2 <as...@gmail.com>:

> if you have code in your pom.xml to use a pre-written manifest.mf but are
> also using the maven-bundle-plugin in same pom.xml, what happens?  does it
> use pre-written or generate dynamically via plugin?
>
> https://maven.apache.org/shared/maven-archiver/examples/manifestFile.html
>
>
>
> --
> View this message in context:
> http://karaf.922171.n3.nabble.com/using-custom-manifest-mf-or-generated-manifest-by-maven-bundle-plugin-tp4032377.html
> Sent from the Karaf - User mailing list archive at Nabble.com.
>