Hi,
This pom file gives you an example:
http://svn.apache.org/viewvc/felix/trunk/ipojo/junit4osgi/junit4osgi/pom.xml?view=markup
(notice that the maven-ipojo-plugin is in comment).
Basically, you need to declare the _plugin:
<_plugin>
org.apache.felix.ipojo.bnd.PojoizationPlugin;metadata=${basedir}/metadata.xml;use-local-schemas=true
</_plugin>
Regards,
Clement
On 09.04.2012, at 13:12, Alexey Romanov wrote:
> How can I use iPOJO BND plugin? What instructions does it provide? Or
> is it enough to include
>
> -plugin: path_to_plugin/bnd-ipojo-plugin-1.8.2.jar
>
> in my .bnd file?
>
> Yours, Alexey Romanov
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>