Switch to latest official SWT releases from Maven Central #216
Labels
area/reactor-extra
This belongs to the reactor-extra module
status/declined
We feel we shouldn't currently apply this change/suggestion
SWT has started being officially distributed to Maven Central as of early 2017.
As a result, https://maven-eclipse.github.io/maven has not been updated in a while, and the build is currently outdated.
We could switch to latest SWT distribution using the
swt platform
, which allows us to declare a dependency to an OS-independent artifact (which in turn declares a dependency to${osgi.platform}
-dependent jar).For compilation purposes, the osgi.plaftform must be substituted with a locally-relevant os-specific jar, like so:
Latest
swtVersionPlatform
is3.112.0
. Notice the official Maven Central groupId isorg.eclipse.platform
.The text was updated successfully, but these errors were encountered: