Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-releng] A static link to the latest integration build?

FYI, the parent pom now contains a "build-individual-bundles" profile which adds a reference to http://download.eclipse.org/webtools/downloads/drops/R3.6.0/I-3.6.0-20131205053107
See https://bugs.eclipse.org/bugs/show_bug.cgi?id=424089 and http://git.eclipse.org/c/webtools/webtools.releng.aggregator.git/commit/?id=05895a497ec4fc25f17442e041174f9c5204134b

It should now be possible to build components or bundles individually, using
  $ mvn clean verify -Pbuild-individual-bundles
It works fine for JSDT, the only necessary change was to add a reference to the webtools Nexus repo in order to retrieve parent pom: https://git.eclipse.org/r/#/c/19869/2/pom.xml
You should try it for your component as well (doesn't need anything more than Maven to try), and report issues. Having ability to build and test a single component is a big benefit for big projects such as WTP.

Cheers,
--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets

Back to the top