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

Hi Jeff,

Are you talking about tycho baselineMode=replace in tycho-p2-plugin or compare-version-with-baselines?
For the former, the best strategy is to replace always, even if there is some difference between local build and baseline. Worst case, some changes are not taken into account, but that would supposedly be caught by testing easily.
For the later, then passing the <comparator>zip</comparator> to the mojo config could help.

HTH

Back to the top