[jbosstools-dev] 2 deprecated / unused variables removed from JBoss Tools parent pom in master branch (4.1.0.Alpha2-SNAPSHOT)

Nick Boldt nboldt at redhat.com
Sun Mar 24 12:44:13 EDT 2013


FYI:

As part of the ongoing cleanup/simplification of the JBT parent pom, 
I've removed these two variables, which are no longer used, referenced, 
or needed:

  -    <JBT_VERSION>4.1.0</JBT_VERSION>
  - 
<TARGET_PLATFORM_VERSION-maximum>4.30.5.Alpha2-SNAPSHOT</TARGET_PLATFORM_VERSION-maximum>

JIRA: https://issues.jboss.org/browse/JBIDE-13452
PR: https://github.com/jbosstools/jbosstools-build/pull/79

Instead of TARGET_PLATFORM_VERSION-maximum, the new variable is 
TARGET_PLATFORM_VERSION_MAXIMUM. To build using that version of target 
platform, you can either run maven like this:

  mvn verify -Pmaximum

or like this:

  mvn verify -DTARGET_PLATFORM_VERSION=4.30.5.Alpha2-SNAPSHOT

Jenkins jobs have been updated to use the new variable.

-- 
Nick Boldt :: JBoss by Red Hat
Productization Lead :: JBoss Tools & Dev Studio
http://nick.divbyzero.com


More information about the jbosstools-dev mailing list