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?

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

Back to the top