Hello World Plugin for CIShell
Install Maven on the parent [CIShell master] ------ Right click on "CIShell master" -> Select Run As -> Maven install
- Create a Hello World Plugin as guided by this document
- Convert the "Hello World"project created into a Maven project ------ Right Click on "Hello World" -> Configure -> Convert to Maven project
- Ensure that the Artifact Id (pom.xml -> Overview) and the Bundle-SymbolicName(META-INF -> MANIFEST.MF -> MANIFEST.MF) are the same.
- Ensure that the Version (pom.xml -> Overview) and the Bundle-Version(META-INF -> MANIFEST.MF -> MANIFEST.MF) are the same.
- pom.xml -> Overview -> Packaging-> Select "eclipse:plugin"
- build.properties -> Change the output directory to target/classes (output.. = target/classes)