From 7037700111454031c91ad03adb93c1fea8091378 Mon Sep 17 00:00:00 2001 From: Josh Elser Date: Mon, 31 Oct 2016 14:53:58 -0400 Subject: [PATCH] HBASE-16976 Use standard directory for building class files for hbase-protocol-shaded --- hbase-protocol-shaded/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hbase-protocol-shaded/pom.xml b/hbase-protocol-shaded/pom.xml index 87750fa..4626abb 100644 --- a/hbase-protocol-shaded/pom.xml +++ b/hbase-protocol-shaded/pom.xml @@ -35,7 +35,7 @@ --> 3.1.0 - ${basedir}/target + ${project.build.directory}/classes src/main/java -- 2.9.2