From 0b3e10ed4046cb4adff372aba1c9c15bca1f6173 Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Mon, 17 Feb 2014 22:44:37 +0100 Subject: [PATCH] Ensure native transport is included in all and tarball --- all/pom.xml | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) 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}