I am fine with switching to the bed-maven-plugin. It simply may not have 
existed when we first started using the Felix plugin. 

It feels a little strange to generate JPMS descriptors from an OSGI tool, but 
if it works - OK.

Ralph

> On Sep 13, 2023, at 2:12 AM, Piotr P. Karwasz <piotr.karw...@gmail.com> wrote:
> 
> Hi,
> 
> As you probably know many of our repos use `maven-bundle-plugin` (from
> Apache Felix) to create an OSGI descriptor for all our artifacts. The
> exception is `log4j-api-kotlin`, which uses `bnd-maven-plugin`.
> 
> We would like to uniformise the building process and switch  to the
> **exception** (`bnd-maven-plugin`) because:
> * both plugins use BND under the hood and `bnd-maven-plugin` is
> released by the same project as BND,
> * `bnd-maven-plugin` has a lifecycle coordinated with BND, so it
> always uses the newest BND version (no need to manage two
> dependencies).
> 
> What do you think about this change?
> 
> Moreover we could think about using BND to generate our JPMS
> descriptors in 3.x. These would be guaranteed to be compatible with
> our OSGI descriptor (see [1] for an example).
> 
> Piotr
> 
> [1] https://github.com/JCTools/JCTools/pull/370

Reply via email to