Here's a blog post about the process of putting Eclipse on Maven Central
https://objectteams.wordpress.com/2017/01/09/eclipse-neon-2-is-on-maven-central/
Using the CBI P2 Aggregator
https://wiki.eclipse.org/CBI/aggregator/manual
From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx]
On Behalf Of diego81net@xxxxxxxxx
Sent: Thursday, January 25, 2018 7:42 AM
To: tycho-user@xxxxxxxxxxx
Subject: [EXTERNAL] [tycho-user] Maven dependencies and Tycho
External Sender: Use caution with links/attachments.
Hello everybody,
I have a big Eclipse RCP project and I use Tycho to build it and to create the p2 repository.
Everything is OK, but now I would like to mavenize some jars (referenced libraries) that I have in some rcp plugins.
I could install these jars on maven remote repository (mvn install:install) but I think I could not insert <dependency> tags to call from the pom in this specified plugin the previously installed jars.
Could you please confirm or eventually tell me how it could be possible ?
Thanks in advance,
Diego