Issue resolved !!
I was declaring the plugin dependencies in the pom instead to add them into the manifest... This was the reason I was getting different versions of the same dependency...
now everything is ok !
regards,
Cristiano
On 01/02/13 17:26, Cristiano Gavião wrote:
Hello,
I've converted a vaadin web application to run in an equinox and I'm using tycho for its building now.
One of the projects needs a specific plugin to be run in lifecycle: vaadin-maven-plugin
But the problem is that it is getting its dependencies from maven repositories and that is different from what other project is using.
Is there any way to force this plugin to use only the p2 resolved dependencies ?
thanks
Cristiano