Skip to main content

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

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


Back to the top