Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Force tycho to use latest local IU when running tests

your issue looks like
https://bugs.eclipse.org/bugs/show_bug.cgi?id=378502#c2

no workaround as far as I know except for making sure that artifacts that should take precedence are built in the same reactor.

Regards,
Jan

-----Original Message-----
From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Vlado Pakan
Sent: Donnerstag, 5. Dezember 2013 09:51
To: tycho-user@xxxxxxxxxxx
Subject: [tycho-user] Force tycho to use latest local IU when running tests

Hi,

Is there a way how to say to Tycho to use latest local version of 
plugins when resolving dependencies?

I have this scenario:

1. Build some plugins locally and install them to local maven repo. The 
same plugins are available from update site defined in pom.xml
2. Run tests which has dependencies for plugins built locally

Problem is that Tycho uses plugins from Update site unless I increase 
version of plugins built locally and increase version of these plugins 
in MANIFEST.MF and pom.xml files of plugins dependent on these plugins

I already read this, I need some workaround for it:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=352560
https://bugs.eclipse.org/bugs/show_bug.cgi?id=365962

Thanks for answers, Vlado.
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top