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

Difference between revisions of "Common Build Infrastructure"

 
Line 1: Line 1:
#REDIRECT [[Athena Common Build]]
+
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===
 +
 
 +
* The Eclipse [http://hudson.eclipse.org Hudson instance]; and
 +
* Hudson projects using [https://hudson.eclipse.org/hudson/view/Tycho%20+%20Maven/ Maven and Tycho].
 +
 
 +
===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.
 +
 
 +
* [[Maven/Parent POM|Parent Maven POM]] for Eclipse projects; and
 +
* [[Maven|Maven repository support at Eclipse]].
 +
 
 +
===Tycho===
 +
 
 +
Tycho is focused on a Maven-centric, manifest-first approach to building Eclipse plug-ins, features, update sites, RCP applications and OSGi bundles.
 +
 
 +
* [[Tycho|Tycho project]] information, including [[Tycho/Demo Projects|demo projects]].
 +
 
 +
==Build Practices==
 +
 
 +
TBD
 +
 
 +
==Related Topics and Links==
 +
 
 +
* Long Term Support

Revision as of 11:42, 15 December 2011

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.

Build Practices

TBD

Related Topics and Links

  • Long Term Support

Back to the top