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 "Tycho/Migration Howto"

Line 1: Line 1:
 
This page is intended to give existing projects a jumpstart for setting up a Tycho build.
 
This page is intended to give existing projects a jumpstart for setting up a Tycho build.
 +
 +
While each project is different, there are some common steps:
  
 
== Scaffolding: generate pom.xml files ==
 
== Scaffolding: generate pom.xml files ==

Revision as of 12:28, 4 June 2013

This page is intended to give existing projects a jumpstart for setting up a Tycho build.

While each project is different, there are some common steps:

Scaffolding: generate pom.xml files

Manual adjustments

Adding p2 repositories to resolve external dependencies

Getting tests to run

Generating source bundles and features

Building a p2 repository

Back to the top