How can i automate eclipe plugin update site generation ??
Posted
by Ibrahim Cakirlar
on Stack Overflow
See other posts from Stack Overflow
or by Ibrahim Cakirlar
Published on 2010-03-31T19:41:58Z
Indexed on
2010/03/31
19:43 UTC
Read the original article
Hit count: 314
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) ??
© Stack Overflow or respective owner