The goal of this project is provide a basic pentaho OSGi plugin that allows one to get a feel for all the available core configurations, when developing a plugin
The first thing you should do is to confirm you have maven installed ( https://maven.apache.org/ ).
To prep the project, you first need to resolve/include the necessary dependencies. pom.xml file contains a list of the dependencies needed to successfully compile this project.
From the project root and using command-line simply type mvn resolve
Following this steps should get you going:
Just run mvn package and you should be all set
Copy the .kar file in ./basic-plugin-assembly/target folder and drop it at
pentaho-solutions/system/karaf/deploy