Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [epp-dev] Mixing in a dependency nightly build

Hi Tony,

Your changes from the diff are not required.
For this very reason (testing, temporary builds) I added another Maven profile years ago, which allows you to define and activate an additional p2 repository. See


for the details.

Regards,
Markus


On Sun, 7 Jun 2020 at 22:03, Mickael Istria <mistria@xxxxxxxxxx> wrote:
Hi,

Providing multiple sources will let p2 decide what version to take. p2 doesn't necessarily prefer the most recent build, so to ensure a specific version is used, you may need to either enforce some version range in the .product or feature.xml, or using Tycho target-platform filtering capability to add some extra version restriction, as explained in https://wiki.eclipse.org/Tycho/Target_Platform#Filtering

HTH
_______________________________________________
epp-dev mailing list
epp-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/epp-dev



Back to the top