Discussion:
[tycho-user] Maven dependencies and Tycho
d***@inwind.it
2018-01-25 13:42:22 UTC
Permalink
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
Justin Georgeson
2018-01-25 14:46:35 UTC
Permalink
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-***@eclipse.org [mailto:tycho-user-***@eclipse.org] On Behalf Of ***@inwind.it
Sent: Thursday, January 25, 2018 7:42 AM
To: tycho-***@eclipse.org
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

----------------------------------------------------------------------
This e-mail, including any attached files, may contain confidential and privileged information for the sole use of the intended recipient. Any review, use, distribution, or disclosure by others is strictly prohibited. If you are not the intended recipient (or authorized to receive information for the intended recipient), please contact the sender by reply e-mail and delete all copies of this message.
Loading...