Correctly filter out native tcnative lib
Motivation: c93e58c453147ab5b34a708a85530d2372bbac81 changed to use _ for the tcnative lib name but missed to also adjust the filtering. Modifications: Fix filtering to look for _ Result: Not include native tcnative lib as expected.
This commit is contained in:
parent
80b8a91b70
commit
8067686349
@ -551,7 +551,7 @@
|
|||||||
<goal>unpack-dependencies</goal>
|
<goal>unpack-dependencies</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<excludes>io/netty/internal/tcnative/**,io/netty/example/**,META-INF/native/libnetty-tcnative*,META-INF/native/include/**,META-INF/native/**/*.a</excludes>
|
<excludes>io/netty/internal/tcnative/**,io/netty/example/**,META-INF/native/libnetty_tcnative*,META-INF/native/include/**,META-INF/native/**/*.a</excludes>
|
||||||
<includes>io/netty/**,META-INF/native/**</includes>
|
<includes>io/netty/**,META-INF/native/**</includes>
|
||||||
<includeScope>runtime</includeScope>
|
<includeScope>runtime</includeScope>
|
||||||
<includeGroupIds>${project.groupId}</includeGroupIds>
|
<includeGroupIds>${project.groupId}</includeGroupIds>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user