Create a Bundle
Create
Here we are going to create a domain
bundle.
Change into your project folder.
Create the bundle:
pax-create-bundle -p dwmj.domain -n domain -g com.dudewheresmyjar -v 1.0.0-SNAPSHOT
This command will create some example files which can be deleted:
domain/src/main/java/dwmj/domain/ExampleService.java domain/src/main/java/dwmj/domain/internal/ExampleActivator.java domain/src/main/java/dwmj/domain/internal/ExampleServiceImpl.java