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 "WTP/Build/CBI Build"

< WTP‎ | Build
(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...")
 
(Build WTP with CBI)
Line 17: Line 17:
  
 
<pre>
 
<pre>
     mvn clean verify
+
     mvn clean verify -Pbree-libs
 
</pre>
 
</pre>

Revision as of 11:06, 29 October 2013

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 -Pbree-libs

Back to the top