Return-Path: X-Original-To: apmail-hbase-commits-archive@www.apache.org Delivered-To: apmail-hbase-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3B83518419 for ; Tue, 17 Nov 2015 01:26:40 +0000 (UTC) Received: (qmail 79113 invoked by uid 500); 17 Nov 2015 01:26:40 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 79073 invoked by uid 500); 17 Nov 2015 01:26:40 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 79064 invoked by uid 99); 17 Nov 2015 01:26:40 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Nov 2015 01:26:40 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CC2D9E098F; Tue, 17 Nov 2015 01:26:39 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: zhangduo@apache.org To: commits@hbase.apache.org Message-Id: <2de9e1f260ff4c60aa4dc20e87597cc3@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: hbase git commit: HBASE-14806 Missing sources.jar for several modules when building HBase Date: Tue, 17 Nov 2015 01:26:39 +0000 (UTC) Repository: hbase Updated Branches: refs/heads/branch-1.2 c813146d1 -> 047e91298 HBASE-14806 Missing sources.jar for several modules when building HBase Conflicts: hbase-common/pom.xml Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/047e9129 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/047e9129 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/047e9129 Branch: refs/heads/branch-1.2 Commit: 047e91298db914f0d651215b1199e35aa1ff7f9b Parents: c813146 Author: zhangduo Authored: Tue Nov 17 08:54:13 2015 +0800 Committer: zhangduo Committed: Tue Nov 17 08:56:02 2015 +0800 ---------------------------------------------------------------------- hbase-common/pom.xml | 26 ++++++++++++++------------ hbase-external-blockcache/pom.xml | 29 ++++------------------------- 2 files changed, 18 insertions(+), 37 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/047e9129/hbase-common/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-common/pom.xml b/hbase-common/pom.xml index 952ef1d..0465620 100644 --- a/hbase-common/pom.xml +++ b/hbase-common/pom.xml @@ -51,13 +51,17 @@ - - org.apache.maven.plugins - maven-site-plugin - - true - - + + org.apache.maven.plugins + maven-remote-resources-plugin + + + org.apache.maven.plugins + maven-site-plugin + + true + + maven-assembly-plugin @@ -148,11 +152,9 @@ org.apache.maven.plugins maven-source-plugin - true - - src/main/java - ${project.build.outputDirectory}/META-INF - + + hbase-default.xml + http://git-wip-us.apache.org/repos/asf/hbase/blob/047e9129/hbase-external-blockcache/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-external-blockcache/pom.xml b/hbase-external-blockcache/pom.xml index 69b7e0f..2116713 100644 --- a/hbase-external-blockcache/pom.xml +++ b/hbase-external-blockcache/pom.xml @@ -40,27 +40,13 @@ - - - src/main/resources/ - - hbase-default.xml - - - - - - src/test/resources/META-INF/ - META-INF/ - - NOTICE - - true - - org.apache.maven.plugins + maven-remote-resources-plugin + + + org.apache.maven.plugins maven-site-plugin true @@ -121,13 +107,6 @@ org.apache.maven.plugins maven-source-plugin - - true - - src/main/java - ${project.build.outputDirectory}/META-INF - -