I am looking at using OSGI and I use the Netbeans platform to create the Java code. I need to make some additions to the Manifest.mf file which I understand is automatically created by Netbeans when the particular project is built. Also I am using Maven as the build system
I would however like to include some specific OSGI entries but I am not sure how this can be done in Netbeans. Do I need to manually alter pom.xml
or is it done 'GUI-fashion' through the project properties dialogue?