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

Max Rydahl Andersen max.andersen at redhat.com
Mon Mar 25 13:43:07 EDT 2013


Which version of the parent pom has this change ?

>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

eh - the main idea for the latest change is you can do:

mvn -Dtpc.version=4.30.5.Alpha2-SNAPSHOT

i.e. TARGET_PLATFORM_VERSION is intended to be a constant/internal use 
and tpc.version what you use for overrides for specific builds.

/max

>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
>_______________________________________________
>jbosstools-dev mailing list
>jbosstools-dev at lists.jboss.org
>https://lists.jboss.org/mailman/listinfo/jbosstools-dev


More information about the jbosstools-dev mailing list