Here is a proposal for a change to the JBoss Tools 4.40.0.CR1-SNAPSHOT target platform: https://github.com/jbosstools/jbosstools-target-platforms/pull/85 It consists in the following changes: * JBIDE-18053: Add Powermock p2diff reports are attached to the related JIRA(s). Please review the above PR(s), as it will be applied ASAP. You can use the following to build & test the target-platform locally against your component(s). Build target-platform: $ cd jbosstools-target-platforms $ git fetch origin pull/85/head $ git checkout FETCH_HEAD $ cd jbosstools/multiple $ mvn clean install Try with just built target-platform: $ cd /path/to/your/component $ mvn clean verify -Dtpc.version=4.40.0.CR1-SNAPSHOT -Pmultiple.target --