Skip to content

An example project that demonstrates the use of a Multi-Module maven project in combination with OSGi and DS.

Notifications You must be signed in to change notification settings

thomaseizinger/osgi-maven-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Technologies

The project uses the following technologies:

  • Apache Felix
  • OSGi declarative services
  • Maven

Project configuration

Each module contains a .bnd file that describes the OSGi bundle that should be generated out of the module. The parent project defines the necessary maven plugins to automate the build process:

  • Maven Jar Plugin
  • Bnd Maven Plugin (by biz.aQute.bnd) not the Apache Felix BND Plugin

Discussed at http://stackoverflow.com/questions/35510440/feedback-on-maven-multi-module-project-setup-with-osgi

About

An example project that demonstrates the use of a Multi-Module maven project in combination with OSGi and DS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages