Hi Jerry,
On 17. Jun 2021, at 19:11, Jaroslaw Cwiklik <uim...@gmail.com> wrote:
>
> There is a problem building eclipse plugins though. Not enough free time to
> address this now.
For the UIMA Java SDK and Ruta, we no longer obtain the Eclipse plugin
dependencies
from Maven Central but instead use this plugin to pull the Eclipse bundles
directly
from the official P2 repositories:
<plugin>
<groupId>org.openntf.maven</groupId>
<artifactId>p2-layout-resolver</artifactId>
<version>1.3.0</version>
<extensions>true</extensions>
</plugin>
That protects us now from the volatility of the version range resolving due to
Eclipse
publishing new artifacts to Maven Central as we can lock to a particular P2
update site
and those remain stable.
Cheers,
-- Richard