Skip to content

An SBuild Plugin that supports creation of OSGi bundle based on bnd tools.

License

Notifications You must be signed in to change notification settings

SBuild-org/sbuild-bndjar-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SBuild BndJar Plugin

This SBuild Plugin adds support to create OSGi bundles (JAR archives) based on bndlib.

Download

SBuild BndJar Plugin can be downloaded from Maven Central.

To include it in you SBuild buildfile use the @classpath annotation:

@classpath("mvn:org.sbuild:org.sbuild.plugins.jar:0.0.9000")

Building from Source

You need a recent version of SBuild.

git clone https://github.com/SBuild-org/sbuild-bndjar-plugin.git
cd sbuild-sbuild-plugin/org.sbuild.plugins.bndjar
sbuild all

You will find the built jar in the directory org.sbuild.plugins.bndjar/target.

Requirements

This plugin requires at least SBuild 0.7.9010.0-8-0-M1.

Configuration

All configurable properties are documented via ScalaDoc. See file BndJar.scala.

Changelog

SBuild BndJar Plugin 0.1.0 - not released yet

About

An SBuild Plugin that supports creation of OSGi bundle based on bnd tools.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages