From 568fa998b1dfd0af5c5571d89b61beb6d6e6c54b Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Tue, 20 Jun 2017 07:05:48 +0200 Subject: [PATCH] Deploy transport-native-unix-common-tests Motivation: To be able to easily build only one of the native sub-modules its needed that all the dependencies can be fetched from maven. At the moment we dont deploy transport-native-unix-common and so an attempt to just build for example the native epoll transport fails with: [ERROR] Failed to execute goal on project netty-transport-native-epoll: Could not resolve dependencies for project io.netty:netty-transport-native-epoll:jar:4.1.13.Final-SNAPSHOT: Could not find artifact io.netty:netty-transport-native-unix-common-tests:jar:4.1.13.Final-SNAPSHOT in sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots) -> [Help 1] Modifications: Deploy jar Result: All dependencies on maven repository. --- transport-native-unix-common-tests/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/transport-native-unix-common-tests/pom.xml b/transport-native-unix-common-tests/pom.xml index ac7b48e4bc..f839df0949 100644 --- a/transport-native-unix-common-tests/pom.xml +++ b/transport-native-unix-common-tests/pom.xml @@ -29,11 +29,6 @@ Tests for the static library which contains common unix utilities. - - - true - - io.netty