1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 04:35:39 +03:00
aports/community/commons-daemon/rat_workaround.patch

14 lines
560 B
Diff

Apache RAT (license audit...) complains for some reason about location.o,
causing maven to fail. This patch is a "dirty" workaround.
--- a/pom.xml
+++ b/pom.xml
@@ -136,6 +136,8 @@
<exclude>src/native/unix/config.nice</exclude>
<exclude>src/native/unix/config.status</exclude>
<exclude>src/native/unix/config.log</exclude>
+ <!-- Workaround for location.o -->
+ <exclude>src/native/unix/native/location.o</exclude>
</excludes>
</configuration>
</plugin>