I've successfully built Core module with tycho and deployed it to Nexus using "maven clean deploy" command. Now I want to use this Core module artifacts to build my Live module (placed on other PC), but tycho can not see this Core module using manifest-based approach.
Core module build artifacts are placed on Nexus (standard, not p2 format). It works if Core and Live share the same local .m2/repository folder, but it does not work in case of sharing using Nexus.
Is it possible to share build artifacts without creating new p2 repo and without using standard maven based dependency management approach?