mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 01:15:29 +02:00
Bug 547894: Baseline replace must happen after pack200
The configuration for baseline replacement needs to be split. This may be a bug in Tycho, but I cannot tell. It seems to me the configuration about ignoredPatterns should be read from the configuration block in the execution block, but it isn't. Change-Id: I35e3f4007b0afc21d8bd81d5b07f76581879bc76
This commit is contained in:
parent
53e14118d2
commit
7741bd98f7
1 changed files with 9 additions and 7 deletions
16
pom.xml
16
pom.xml
|
@ -750,16 +750,18 @@
|
|||
<goal>p2-metadata</goal>
|
||||
</goals>
|
||||
<phase>verify</phase>
|
||||
<configuration>
|
||||
<baselineMode>fail</baselineMode>
|
||||
<baselineReplace>all</baselineReplace>
|
||||
<baselineRepositories>
|
||||
<repository>
|
||||
<url>${comparator.repo}</url>
|
||||
</repository>
|
||||
</baselineRepositories>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
<configuration>
|
||||
<baselineMode>fail</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>
|
||||
|
|
Loading…
Add table
Reference in a new issue