Maven deployment of karaf with goss core features installed. In order for you to use this method of deployment you must have maven 3.0.5 installed and have MAVEN_HOME/bin on the system path.
- Clone repository
- Open command line to the root of the repository
- execute mvn clean compile
- execute start-karaf (Starts the server in debug mode)
- type feature:install goss-core-feature (If this is successful you should see the line GossRequestHandlerRegistrationImpl (120) | Starting handler)
Step 5 is where the core-features are actually installed on the system.