How can automate generating update site??
- by egebilmuh
Hi,
In our project many eclipse plugins are prepared. I want use tycho to build eclipse plugins automatically. But while executing "mvn install" in an update site project tycho can not find required features. Is there anything wrong??
My Update site --- packaging : eclipse-update-site
My feature --- packaging : eclipse-feature
my plugin --- packaing : eclipse-plugin
How can i use tycho to install my plugin and feature in my target platform (eclipse) ??