Ensure all component jobs have access to java 5, 6, 7, and 8 via jre
properties
-------------------------------------------------------------------------------
Key: JBIDE-19333
URL:
https://issues.jboss.org/browse/JBIDE-19333
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: build
Reporter: Rob Stryker
Assignee: Nick Boldt
Fix For: 4.3.0.Alpha2
Please ensure all jobs in master (and maybe Luna?) have access to the various java
installations. This should be done similar to the files in
https://github.com/jbdevstudio/jbdevstudio-ci/pull/146
This will mostly involve adding the java17 and java18 variables to all jobs and the
sysprops, but may involve cleaning up some jobs who do it incorrectly (such as web
services, who puts it in the ${maven_flags} variable)