mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +02:00
[releng] Update comparator repo
Change-Id: Ib7628c0b68a2392c7975019f5dcb74fa4ade2274
This commit is contained in:
parent
76cc07a4cd
commit
2c3e9b58a0
1 changed files with 19 additions and 19 deletions
38
pom.xml
38
pom.xml
|
@ -29,7 +29,7 @@
|
|||
<help-docs-eclipserun-repo>http://download.eclipse.org/eclipse/updates/4.7/</help-docs-eclipserun-repo>
|
||||
<tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git</tycho.scmUrl>
|
||||
<base.test.vmargs>-Xms256m -Xmx512m -ea</base.test.vmargs>
|
||||
<comparator.repo>http://download.eclipse.org/tools/cdt/releases/9.5/cdt-9.5.4/</comparator.repo>
|
||||
<comparator.repo>http://download.eclipse.org/tools/cdt/releases/9.6/cdt-9.6.0/</comparator.repo>
|
||||
<compare-version-with-baselines.skip>false</compare-version-with-baselines.skip>
|
||||
<!--
|
||||
Valid options: error, warning, and ignore
|
||||
|
@ -351,24 +351,6 @@
|
|||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.eclipse.tycho</groupId>
|
||||
<artifactId>tycho-p2-plugin</artifactId>
|
||||
<version>${tycho-version}</version>
|
||||
<configuration>
|
||||
<baselineMode>warn</baselineMode>
|
||||
<baselineReplace>all</baselineReplace>
|
||||
<baselineRepositories>
|
||||
<repository>
|
||||
<url>${comparator.repo}</url>
|
||||
</repository>
|
||||
</baselineRepositories>
|
||||
<ignoredPatterns>
|
||||
<pattern>META-INF/ECLIPSE_.RSA</pattern>
|
||||
<pattern>META-INF/ECLIPSE_.SF</pattern>
|
||||
</ignoredPatterns>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</profile>
|
||||
|
@ -781,6 +763,24 @@
|
|||
<argLine>${tycho.testArgLine} ${base.test.vmargs}</argLine>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.eclipse.tycho</groupId>
|
||||
<artifactId>tycho-p2-plugin</artifactId>
|
||||
<version>${tycho-version}</version>
|
||||
<configuration>
|
||||
<baselineMode>warn</baselineMode>
|
||||
<baselineReplace>all</baselineReplace>
|
||||
<baselineRepositories>
|
||||
<repository>
|
||||
<url>${comparator.repo}</url>
|
||||
</repository>
|
||||
</baselineRepositories>
|
||||
<ignoredPatterns>
|
||||
<pattern>META-INF/ECLIPSE_.RSA</pattern>
|
||||
<pattern>META-INF/ECLIPSE_.SF</pattern>
|
||||
</ignoredPatterns>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-resources-plugin</artifactId>
|
||||
|
|
Loading…
Add table
Reference in a new issue