Skip to content

Tutorial code for 'Bndtools and Maven: A Brave New World'

Notifications You must be signed in to change notification settings

paremus/osgi-community-event2017

Repository files navigation

Bndtools and Maven: A Brave New World

This repository contains the project code for the OSGi Community Event 2017 tutorial Bndtools and Maven: A Brave New World, presented by Neil Bartlett and Tim Ward.

This repository contains a series of Git commits that represent the state of the tutorial at various stages. You can use the tags to fast-forward (or rewind) to any stage. For example to skip to the start of stage 2:

git reset --hard stage02 && git clean -fdx

Building and Running

If you just want to see the end result, checkout HEAD and run:

mvn verify
java -jar _assembly/target/application.jar

Then navigate to http://localhost:8080/index.html.