diff --git a/all/pom.xml b/all/pom.xml
index f09fd9dad0..72ee32f5fd 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}
@@ -242,7 +260,7 @@
sources
- io/netty/**
+ io/netty/**,META-INF/native/**
${project.groupId}
${generatedSourceDir}
@@ -256,7 +274,7 @@
unpack-dependencies
- io/netty/**
+ io/netty/**,META-INF/native/**
io/netty/example/**
${project.build.outputDirectory}