You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by sy...@apache.org on 2016/10/07 19:15:26 UTC

[58/77] [abbrv] hbase git commit: HBASE-16764 hbase-protocol-shaded generate-shaded-classes profile unpacks shaded java files into wrong location

HBASE-16764 hbase-protocol-shaded generate-shaded-classes profile unpacks shaded java files into wrong location


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/89eb71f1
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/89eb71f1
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/89eb71f1

Branch: refs/heads/hbase-12439
Commit: 89eb71f1b6c632fa9156e3cf27f1980962faf171
Parents: 34ad965
Author: stack <st...@apache.org>
Authored: Tue Oct 4 11:51:47 2016 -0700
Committer: stack <st...@apache.org>
Committed: Tue Oct 4 11:56:16 2016 -0700

----------------------------------------------------------------------
 hbase-protocol-shaded/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/89eb71f1/hbase-protocol-shaded/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-protocol-shaded/pom.xml b/hbase-protocol-shaded/pom.xml
index e0e9eec..071b8df 100644
--- a/hbase-protocol-shaded/pom.xml
+++ b/hbase-protocol-shaded/pom.xml
@@ -329,7 +329,7 @@
                       <classifier>sources</classifier>
                       <type>jar</type>
                       <overWrite>true</overWrite>
-                      <outputDirectory>${default.sources.dir}</outputDirectory>
+                      <outputDirectory>${basedir}/src/main/java</outputDirectory>
                       <includes>**/*.java</includes>
                     </artifactItem>
                   </artifactItems>