Skip to content

Commit

Permalink
Configure t-p2-plugin:baselineReplace with property to enable overrides
Browse files Browse the repository at this point in the history
This simplifies overrides by CLI arguments when necessary, e.g. with
-Dtycho.baseline.replace=none
  • Loading branch information
HannesWell committed Jan 18, 2024
1 parent 121a33d commit 42fd57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclipse-platform-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
<tycho.useJDK>BREE</tycho.useJDK>

<compare-version-with-baselines.skip>true</compare-version-with-baselines.skip>
<tycho.baseline.replace>all</tycho.baseline.replace>
<previous-release.baseline>https://download.eclipse.org/eclipse/updates/4.30/R-4.30-202312010110/</previous-release.baseline>

<!--
Expand Down Expand Up @@ -567,7 +568,6 @@
<version>${tycho.version}</version>
<configuration>
<baselineMode>warn</baselineMode>
<baselineReplace>all</baselineReplace>
<baselineRepositories>
<repository>
<url>${comparator.repo}</url>
Expand Down

0 comments on commit 42fd57a

Please sign in to comment.