Here is a proposal for a change to the JBoss Tools 4.50.0 target platform:
https://github.com/jbosstools/jbosstools-target-platforms/pull/119
It consists in the following changes:
* JBIDE-JBIDE-19110: Add Mockito to Target platform 4.50.0
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 4.50.x
$ 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.50.x -Pmultiple.target
--
If you want to perform a scripted install of the entire target platform
into your local Eclipse or JBDS instance, you can now do so with this
script:
https://github.com/jbosstools/jbosstools-build-ci/blob/master/util/instal...
Usage is documented in the above script, and in this README:
https://github.com/jbosstools/jbosstools-target-platforms/tree/master#upd...