mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-09 18:15:23 +02:00
[releng] Ignore Lucene generated index files when doing baseline replace
Change-Id: I4702d75169634eb9d939b212b318d5656258e508
This commit is contained in:
parent
4ee8a8b1b6
commit
d1cc8980db
1 changed files with 1 additions and 0 deletions
1
pom.xml
1
pom.xml
|
@ -765,6 +765,7 @@
|
||||||
<ignoredPatterns>
|
<ignoredPatterns>
|
||||||
<pattern>META-INF/ECLIPSE_.RSA</pattern>
|
<pattern>META-INF/ECLIPSE_.RSA</pattern>
|
||||||
<pattern>META-INF/ECLIPSE_.SF</pattern>
|
<pattern>META-INF/ECLIPSE_.SF</pattern>
|
||||||
|
<pattern>index/*</pattern>
|
||||||
</ignoredPatterns>
|
</ignoredPatterns>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
Loading…
Add table
Reference in a new issue