diff --git a/all/pom.xml b/all/pom.xml
index d116dcbebf..38bbdec87b 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}