Here is a proposal for a change to the JBoss Tools and Red Hat JBoss Developer Studio 4.60.x target platforms.
* https://github.com/jbosstools/jbosstools-target-platforms/pull/197

It consists in the following change(s):
* JBIDE-21386: Create and use Neon M5 target-platform (p2diff at https://issues.jboss.org/browse/JBIDE-21386?focusedCommentId=13170435&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13170435 )

Please review the above PR(s), as it will be applied next week.


You can use the following to build & test the target-platform locally against your component(s).

Build target-platform:
  cd /path/to/jbosstools-target-platforms/jbosstools/multiple
  git fetch origin pull/197/head && git checkout FETCH_HEAD
  mvn clean install

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.60.0.Alpha1-SNAPSHOT -Dtpc.targetKind=multiple

If you'd like to build the "unified" target platform and repository too:
  cd /path/to/jbosstools-target-platforms/jbosstools/multiple
  mvn clean install -Dmultiple2repo    # takes looooong
  cd /path/to/jbosstools-target-platforms/jbosstools/unified
  mvn clean install -DtargetRepositoryUrl=file:///path/to/jbosstools-target-platforms/jbosstools/multiple/jbosstools-multiple.target.repo/

Or, to test the new "unified" target platform against your component's build:
  cd /path/to/your/jbosstools-component
  mvn clean verify -Dtpc.version=.60.0.Alpha1-SNAPSHOT


--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets