Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 807 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 807 Bytes

The Bnd(tools) bundle hub.

This repository contains all the bundles that are distributed by bndtools. We pledge to never remove this bundlehub, nor ever to make changes to an artifact once deployed. So as long as github survives you're ok.

Adding a new artifact

You can add a new artifact if you've write access. The easiest way to do this is to use bnd.

  $ bnd put --repo . put https://exmple.com/bundles/mybundle.jar ...

See 'bnd help repo put' for more information. Alternatively you can just copy the files to /-.jar (notice that version must have no qualifier and have all 3 nummeric parts. This is the standard repo format.

Rebuilding the index (index.xml.gz) when adding bundles

After you've added a number of bundles you must update the index.

 $ ./gradlew