You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Main requirements and steps to add a new plugin to the sadl build.
Create a pom.xml in the new plugin project and define com.ge.research.sadle.parent as maven parent
The new project must be a maven tycho project. eclipse-plugin
In order to be build during the maven build, the new project must be added to the parent pom /com.ge.research.sadl.parent as a module.
In order to make the new plugin a part of created Updatesite/p2-repository the new project must be added as included plugin to the corresponding feature /com.ge.research.sadl.feature/feature.xml
Last but not least, the new plugin project must be a well formed eclipse plugin project. Be aware of warnings in MANIFEST.MF and build.properties. All the dependencies must be plugin dependencies.