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

Common Build Infrastructure

Revision as of 12:01, 15 December 2011 by Wayne.eclipse.org (Talk | contribs) (Tycho)

The Eclipse Common Build Infrastructure (CBI) is a combination of technologies and practices for implementing builds of Eclipse projects.

Naturally, the CBI evolves over time. This page captures the current state-of-the-art CBI.

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:

Build Practices

TBD

Related Topics and Links

  • Long Term Support

Back to the top