d***@inwind.it
2018-01-25 13:42:22 UTC
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
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