Skip to content
skyluc edited this page Oct 17, 2012 · 2 revisions

Merging Eclipse update sites can be done with a tool provided by Eclipse. This tool can be invoked using Maven and Tycho.

A Maven project calling the tool is available in the scala-ide/build-tools project.

It is to be invoked using Java system properties:

mvn -Drepo.source=<URL to the site to merge> -Drepo.dest=<path to the site where to merge> package

The source URL can be off type http://... or file:///.... (with triple / for unix path).