Here is a proposal for a change to the JBoss Tools 4.40.0.Beta4-SNAPSHOT and Central target-platforms: * https://github.com/jbosstools/jbosstools-target-platforms/pull/75 * https://github.com/jbosstools/jbosstools-discovery/pull/174 It consists in the following changes: * JBIDE-17603 Move to Luna RC4. Unless a very very very bad issue is noticed in Luna RC4, this Luna RC4 build is what will be promoted as Luna R/SR0. Please review the above PR(s), as it will be applied in the next days. You can use the following to build & test the TP locally against your component(s). Build target-platform: $ cd jbosstools-target-platforms $ git fetch mickaelistria JBIDE-17603 $ git checkout FETCH_HEAD $ cd jbosstools/multiple $ mvn clean install Then, try with just built target-platform: $ cd /path/to/your/component $ mvn clean verify -Dtpc.version=4.40.0.Beta3 -Pmultiple.target Feedback/comments/details are welcome on https://issues.jboss.org/browse/JBIDE-17603 --