Skip to content

cschneider/osgi-ds-hello-world

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

OSGi Declarative Services Hello World Example

Build Status

Prerequisites

Install

  • jdk 1.8
  • maven >= 3.5

Source

Checkout the source

git clone git@github.com:cschneider/osgi-ds-hello-world.git

Start eclipse and import from top level directory as existing maven projects.

Build

mvn clean install

Run standalone

java -jar starter/target/app.jar 

Run in Apache Karaf

Download current Apache Karaf version, extract and start. In the karaf shell type:

feature:install scr
install -s mvn:net.lr.demo/net.lr.ds.hello/1.0.0-SNAPSHOT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published