How can automate generating update site??
Posted
by egebilmuh
on Stack Overflow
See other posts from Stack Overflow
or by egebilmuh
Published on 2010-03-31T18:19:13Z
Indexed on
2010/03/31
18:23 UTC
Read the original article
Hit count: 403
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