Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] can tycho be configured that the target that is configured in the pom is always used above the local repo?

ah i need to remember then to not install it.. (but make sure everything is build locally in the target folder...
i think i can't use -Dtycho.localArtifacts=ignore  because i do have a lot of artifacts from different git repo that needs to be get (those are not in the target, p2 repo urls)

for now i just deleted all the stuff from the local repo of those 2 git repo's builds/installs and that seems to work


On Wed, 22 Apr 2020 at 13:42, Mickael Istria <mistria@xxxxxxxxxx> wrote:
Are you using `mvn install` instead of `mvn verify` so your local repo doesn't get filled with data from other branch?
Have you tried `-Dtycho.localArtifacts=ignore`? https://wiki.eclipse.org/Tycho/Target_Platform#Locally_built_artifacts
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/tycho-user


--
Johan Compagner
Servoy

Back to the top