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 "Build Technologies"

(Technology List)
(Technology List)
Line 4: Line 4:
  
 
* [http://wiki.eclipse.org/CBI CBI - Common Build Infrastructure]. A recommendation of best of breed build technology for building Eclipse projects.
 
* [http://wiki.eclipse.org/CBI CBI - Common Build Infrastructure]. A recommendation of best of breed build technology for building Eclipse projects.
* LTS - Long Term Support. A program aimed at creating a marketplace of organizations consuming and offering support for Eclipse Technologies.
+
* [http://wiki.eclipse.org/EclipseLTS LTS - Long Term Support]. A program aimed at creating a marketplace of organizations consuming and offering support for Eclipse Technologies.
 
* Tycho - a set of plugins for Maven that teach it new packaging targets for OSGi/Eclipse and how to understand build information in manifest.mf files
 
* Tycho - a set of plugins for Maven that teach it new packaging targets for OSGi/Eclipse and how to understand build information in manifest.mf files
 
* Maven - A build engine and build dependency/output management system.
 
* Maven - A build engine and build dependency/output management system.

Revision as of 14:00, 9 January 2012

Technology List

The following is a list of build technologies and related acronyms:

  • CBI - Common Build Infrastructure. A recommendation of best of breed build technology for building Eclipse projects.
  • LTS - Long Term Support. A program aimed at creating a marketplace of organizations consuming and offering support for Eclipse Technologies.
  • Tycho - a set of plugins for Maven that teach it new packaging targets for OSGi/Eclipse and how to understand build information in manifest.mf files
  • Maven - A build engine and build dependency/output management system.
  • Nexus - A build dependency/output management system evolved from Maven.
  • Tesla - A build engine evolved from Maven.
  • Hudson - A Continuous integration server for scheduling & running builds, distributing output, etc.
  • Jenkins - A community based fork of Hudson.
  • p2 - Provisioning technology for OSGi-based applications
  • b3 - Technology for building and assembling Eclipse software software/update sites
  • Buckminster - Technology for building and assembling Eclipse software software/update sites

Back to the top