Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

CBI

The Eclipse Common Build Infrastructure (CBI) is a combination of technologies and practices for building Eclipse Software.

A key goal of this project is to get Eclipse projects including the platform building on hardware hosted by the Eclipse Foundation. It is our hope that this project develops an offering that is compelling so that many projects will move to use it. There is a strong link between CBI and a

Implementations

Preferred Build Technologies

Hudson

Maven

Maven 3.0 drives the builds. Projects are expected to provide standard Maven 3.0 POM files for their builds. The builds should be built in such a way that they can be run on the local workstation, or on the Eclipse build server. Note that builds can only be signed on the Eclipse build server.

Tycho

Tycho is focused on a Maven-centric, manifest-first approach to building Eclipse plug-ins, features, update sites, RCP applications and OSGi bundles.

Helpful links:

Related Topics and Links

Back to the top