Skip to content

Commit

Permalink
Add overwritable indirection for flag to skip version baseline check
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell authored and akurtakov committed Sep 24, 2024
1 parent 1e469cf commit bf9f48f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eclipse-platform-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
<tycho.useJDK>BREE</tycho.useJDK>

<compare-version-with-baselines.skip>true</compare-version-with-baselines.skip>
<version.baseline.check.skip>${compare-version-with-baselines.skip}</version.baseline.check.skip> <!-- Allows projects to overwrite the value set on the CLI to skip the check in any case. -->
<tycho.baseline.replace>all</tycho.baseline.replace>
<previous-release.baseline>https://download.eclipse.org/eclipse/updates/4.33/R-4.33-202409030240/</previous-release.baseline>

Expand Down Expand Up @@ -379,7 +380,7 @@
<goal>compare-version-with-baselines</goal>
</goals>
<configuration>
<skip>${compare-version-with-baselines.skip}</skip>
<skip>${version.baseline.check.skip}</skip>
<baselines>
<baseline>${previous-release.baseline}</baseline>
</baselines>
Expand Down

0 comments on commit bf9f48f

Please sign in to comment.