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