-
Hi all. I'm searching for a way to upgrade the Apache UIMA Eclipse Update Site module from using an Ant script to using Tycho for building an update site. The idea is that only this module uses Tycho whereas the rest of the build remains unchanged. I have tried setting the The plugin is included with extensions enabled as well:
The module is supposed to build an update site for two features which are residing in separate Maven modules that are not using Tycho. I added them as dependencies:
There is also a But when I try to run a build now, even before the reactor gets fully scanned and printed, Tycho already seems to kick in trying to resolve stuff:
Why is Tycho kicking in immediately even and not letting the reactor build even reach the module in which it is declared? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 13 replies
-
You need to configure the target platform to enable |
Beta Was this translation helpful? Give feedback.
You need to configure the target platform to enable
pomDependencies=consider
https://www.eclipse.org/tycho/sitedocs/target-platform-configuration/target-platform-configuration-mojo.html#pomDependencies