From b46472976b939d5c2ad6136d0627ceccbefcda87 Mon Sep 17 00:00:00 2001 From: wusheng Date: Sat, 12 Nov 2016 20:10:46 +0800 Subject: [PATCH] use antrun-plugin to fix bug of shade-plugin. set jvm level to 1.6 --- skywalking-network/pom.xml | 39 +++++++++++++++++++++++++++++++++----- 1 file changed, 34 insertions(+), 5 deletions(-) diff --git a/skywalking-network/pom.xml b/skywalking-network/pom.xml index 566f29bf2..6e4d2a0b6 100644 --- a/skywalking-network/pom.xml +++ b/skywalking-network/pom.xml @@ -10,15 +10,16 @@ UTF-8 + com.a.eye.skywalking.network.dependencies com.google - com.a.eye.skywalking.network.dependencies.com.google + ${shade.package}.com.google io.grpc - com.a.eye.skywalking.network.dependencies.io.grpc + ${shade.package}.io.grpc io.netty - com.a.eye.skywalking.network.dependencies.io.netty + ${shade.package}.io.netty @@ -69,8 +70,8 @@ maven-compiler-plugin - 1.7 - 1.7 + 1.6 + 1.6 UTF-8 @@ -119,6 +120,34 @@ + + + org.apache.maven.plugins + maven-antrun-plugin + 1.8 + + + unpack + package + + + + + + + + + + + + + + + run + + + + org.codehaus.mojo build-helper-maven-plugin