Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Questions about baseline check

Think I found the problem: I was not using the same baseline in tycho-p2-plugin and compare-version-with-baselines so the JAR included in the feature was not replaced and thus feature check will fail.

On Tue, Apr 2, 2019 at 6:09 PM Mickael Istria <mistria@xxxxxxxxxx> wrote:
Look inside ZipComparatorImpl, it seems to be able to read and "ignorePattern" configuration element where you can add extra ignores. But META-INF/maven/** is already ignored.
I think `mvnDebug`  and remote debugging can help you there ;)
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/tycho-user


--
Jeff MAURY


"Legacy code" often differs from its suggested alternative by actually working and scaling.
 - Bjarne Stroustrup

http://www.jeffmaury.com
http://riadiscuss.jeffmaury.com
http://www.twitter.com/jeffmaury

Back to the top