diff --git a/all/pom.xml b/all/pom.xml index 564db34b0b..08af8959e0 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -93,10 +93,28 @@ + + linux-native + + + linux + + + + + + ${project.groupId} + netty-transport-native-epoll + ${project.version} + compile + true + + + - + ${project.groupId} @@ -249,7 +267,7 @@ sources - io/netty/** + io/netty/**,META-INF/native/** ${project.groupId} ${generatedSourceDir} @@ -263,7 +281,7 @@ unpack-dependencies - io/netty/** + io/netty/**,META-INF/native/** io/netty/example/** ${project.build.outputDirectory}