Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] [EXTERNAL] Maven dependencies and Tycho

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


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.

Back to the top