Here is a proposal for change(s) to the JBoss Tools / Red Hat JBoss Developer Studio / Red
Hat Central target platforms.
Affected Versions:
jbosstools 4.5.0.AM2
devstudio 11.0.0.AM2
jbt/ds TPs 4.71.0.AM2-SNAPSHOT
central TPs 4.70.0.Final-SNAPSHOT
Detail / Summary:
Oxygen.1.RC3, Red Deer 2.0, Docker Tools 3.1.1, m2e.tycho 0.9.0, m2e 1.8.1, Launchbar
2.1.2 and refactoring to remove jbdevstudio target platform, now that it's identical
to the jbosstools one
Related JIRA(s):
https://issues.jboss.org/browse/JBIDE-24939 (plus linked issues & sub tasks)
Pull Request(s):
https://github.com/jbosstools/jbosstools-target-platforms/pull/275 - Oxygen.1.RC3
https://github.com/jbosstools/jbosstools-target-platforms/pull/274 - Red Deer 2.0 / Docker
Tools 3.1.1
https://github.com/jbosstools/jbosstools-target-platforms/pull/272 - Refactoring - remove
jbdevstudio target platform
https://github.com/jbosstools/jbosstools-target-platforms/pull/271 - m2e.tycho 0.9.0
https://github.com/jbosstools/jbosstools-target-platforms/pull/270 - m2e 1.8.1
https://github.com/jbosstools/jbosstools-target-platforms/pull/269 - Launchbar 2.1.2
p2diff Report(s):
(will attach to JIRA when available)
----------
Please review the above changes, as they have been applied and are building today.
Once the target platform is built, jobs and parent pom will be updated to point
TARGET_PLATFORM_VERSION_MAX at the new version, 4.71.0.AM2-SNAPSHOT.
You can use the following to build & test the target platforms locally against
your component(s).
Build target-platform:
cd /path/to/jbosstools-target-platforms
git fetch origin pull/<pull-request-number>/head && git checkout
FETCH_HEAD
# or, using hub for git
git checkout <pull-request-URL>
mvn clean install -f jbosstools/multiple/pom.xml
Then, to test the new multiple target platform against your component's build:
cd /path/to/your/jbosstools-component
mvn clean verify -Dtpc.version=4.71.0.AM2-SNAPSHOT -Dtpc.targetKind=multiple
For Central, fetch sources from jbosstools-discovery, then build as above.
----------