Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Eclipse included feature build

I think the answer is generally "yes", although implementation is
somewhat different.

Tycho decouples set of projects that are built (as in "compiled and
packaged") from set of artifacts that are aggregated in a p2 repository.

Set of projects that are built is controlled by <module> element of
parent pom.xml files of a project. Tycho builds all projects regardless
if they are included in any p2 repository or not.

Set of artifacts included in generated p2 repository, on the other hand,
is fully controlled by project Eclipse/OSGi/P2 metadata (i.e.
feature.xml, site.xml, etc). Same reactor build can produce multiple p2
repositories, if for example your project has several modules with
packaging=eclipse-update-site. Generated p2 repository can include
external artifacts, from remote p2 repositories and installed in Maven
local repository during prio builds.

--
Regards,
Igor

On 11-05-13 07:48 AM, Toedter, Kai wrote:
Hi All,

This is a newbie question…

Is it possible to do the equivalent to exporting a feature from the
Eclipse IDE with Tycho, meaning

-Building all “included” features

-Building all dependent bundles of the “included” features

Thx

Kai Tödter


Back to the top