Skip to content

Commit 125f505

Browse files
committed
Exclude felix-cache from apache-rat-plugin checks
1 parent 496951e commit 125f505

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

log4j-osgi-test/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,17 @@
207207
</configuration>
208208
</plugin>
209209

210+
<!-- Exclude `felix-cache` from `apache-rat-plugin` checks -->
211+
<plugin>
212+
<groupId>org.apache.rat</groupId>
213+
<artifactId>apache-rat-plugin</artifactId>
214+
<configuration>
215+
<excludes combine.children="append">
216+
<exclude>felix-cache/**/*</exclude>
217+
</excludes>
218+
</configuration>
219+
</plugin>
220+
210221
</plugins>
211222
</build>
212223

0 commit comments

Comments
 (0)