Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

WTP/Build/CBI Build

< WTP‎ | Build
Revision as of 13:38, 24 October 2013 by Unnamed Poltroon (Talk) (Created page with "= WTP CBI Build = == Git clone the repo == The repo for WTP's aggregator can be found here: http://git.eclipse.org/c/webtools/webtools.releng.aggregator.git/ You can g...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

WTP CBI Build

Git clone the repo

The repo for WTP's aggregator can be found here:

   http://git.eclipse.org/c/webtools/webtools.releng.aggregator.git/

You can git clone the repo by running:

    git clone --recursive git://git.eclipse.org/gitroot/webtools/webtools.releng.aggregator.git

Build WTP with CBI

To build WTP simply navigate to the directory where you cloned the repo and run:

    mvn clean verify

Back to the top