We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
felix-cache
apache-rat-plugin
1 parent 496951e commit 125f505Copy full SHA for 125f505
log4j-osgi-test/pom.xml
@@ -207,6 +207,17 @@
207
</configuration>
208
</plugin>
209
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
+
221
</plugins>
222
</build>
223
0 commit comments