Christoph Läubrich
Christoph Läubrich
Have you tried letting the code go on? Repositories are sadly queried on "best guess" sometimes and some failures are allowed, do you see the info print outs also in...
I don't know how the InteliJ maven server works, but this seems something is not loaded/isolated as it should. Tycho start an internal OSGi Framework currently so if intelliJ reuses...
This might indicate the IntelliJ do not properly isolate class realms for extensions here.
Not really, maybe IntelliJ is missing the core-exports are missing here but that's hard to guess without deeper knowledge of that code. But I think you now have a good...
@bric3 that has nothing to do with OSGi or PicoContainer, the Tycho extension is starting an *embedded* OSGi framework (Maven itself do not use OSGi in any way...) and exports...
Nexus has a known bug with producing wrong P2 Metadata, so you probably ant to check with an official repository first.
Then something seems wrong with how intelij setup the classpath for the plugin.
What is the advantage of this notation over configuring the target-platform-configuration mojo? Especially as we already have support for a `` reference there it sounds more profitable to extend this...
I'm not sure if this does not bring in additional problems as we have another source of indirection the because a target is not really a singular repository (e.g. one...
@mickaelistria is this still something you want to see in tycho?