Skip to content

nschroeter/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.

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 62.5%
  • HTML 35.3%
  • CSS 2.2%