[jbosstools-dev] Central does not compile
Max Andersen
manderse at redhat.com
Tue Apr 30 05:05:08 EDT 2013
On Tue, Apr 30, 2013 at 03:56:25PM +0800, Rob Stryker wrote:
>Not to belabor the point, but, is there a way to build central and
>tell it to use the local BASE but NOT the local seam?
>ie, build central, and build base, but don't build all the other stuff?
>As far as I know, there's no way to do this. You either need to build
>the whole stack, or build one component (pulling in all deps from
>upstream).
cd jbosstools-base
mvn clean install
cd ../jbosstools-central
mvn verify
tycho should by default use your locally built artifacts before using remote ones.
/max
More information about the jbosstools-dev
mailing list