I am developing one maven plugin which will be used to override the default maven lifecycles and will use my code instead. I have multiple jar dependencies (eclipse and my another application plugins) for the same. I have p2 repo for those jars. How can I integrate this two to resolve all dependencies? Tycho can not be used as it can only be used for RCP application (my understanding / misunderstanding).
Similar to this - question
Any other workaround?
Have you had a look at this git ? https://github.com/reficio/p2-maven-plugin Looks like what you are trying to achieve.
It also states the best practices of the plugin: