Build eclipse deployable feature in cli or update site in cli

120 views Asked by At

I have below 3 packages

eclipse plugin, eclipse feature and update site

Now I have to build eclipse feature in cli as same as right click over feature -> Deployable feature -> archive.zip . Tried with maven tycho but it is building jar not the archive file.

Otherwise I have to build update site in cli as same as open site.xml -> Build all. Tried with p2 publisher but it is not creating contents.jar, artifact,jar, plugin and feature folders.

Please help me to automate the build in cli.

Regards, Sunil

0

There are 0 answers