> Am 26.09.19 um 15:57 schrieb 殷啟聰 | Kai-Chung Yan: >>> What I'm doing wrong? >> >> Seems that the `bnd` package does not build the Maven plugin. The >> maintainer left it that way probably because it wasn't used by anything. > > I need the bnd-maven-plugin to build Jollyday (ITP #939617) which is a > dependency of JVerein (ITP #929477) > > How can I work on?
You might be able to use maven-bundle-plugin (Debian packaged as libmaven-bundle-plugin-java) instead of bnd-maven-plugin. Both generate OSGi metadata, so the result should be the same. But note that libmaven-bundle-plugin-java doesn't have a symbolic 'debian' version, you must use whatever is packaged, currently 3.5.1 (see e.g. bug 907477 for an explanation). > Kind regards Good luck, Ingo