bridgedb / BridgeDb

The BridgeDb Library source code
https://bridgedb.org/
Apache License 2.0
28 stars 21 forks source link

Create bundle #174

Open cschneider opened 2 years ago

egonw commented 2 years ago

What is the advantage of

<groupId>biz.aQute.bnd</groupId>
<artifactId>bnd-maven-plugin</artifactId>

over

<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>

? (honestly no clue)

cschneider commented 2 years ago

There are few differences:

DeniseSl22 commented 2 years ago

@egonw : will this PR be merged, or closed?