Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 05D411011D for ; Wed, 31 Jul 2013 08:17:55 +0000 (UTC) Received: (qmail 14367 invoked by uid 500); 31 Jul 2013 08:17:53 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 13766 invoked by uid 500); 31 Jul 2013 08:17:53 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 13290 invoked by uid 99); 31 Jul 2013 08:17:51 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Jul 2013 08:17:51 +0000 Date: Wed, 31 Jul 2013 08:17:51 +0000 (UTC) From: "stack (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-8488) HBase transitive dependencies not being pulled in when building apps like Flume which depend on HBase MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-8488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13725014#comment-13725014 ] stack commented on HBASE-8488: ------------------------------ Here is pointer to downstream project up on github https://github.com/saintstack/hbase-downstreamer > HBase transitive dependencies not being pulled in when building apps like Flume which depend on HBase > ----------------------------------------------------------------------------------------------------- > > Key: HBASE-8488 > URL: https://issues.apache.org/jira/browse/HBASE-8488 > Project: HBase > Issue Type: Bug > Components: build > Affects Versions: 0.95.0 > Reporter: Roshan Naik > Assignee: stack > Priority: Blocker > Fix For: 0.98.0, 0.95.2 > > Attachments: client.tgz > > > Here is a snippet of the errors seen when building against Hbase.... > {code} > [WARNING] Invalid POM for org.apache.hbase:hbase-common:jar:0.97.0-SNAPSHOT, transitive dependencies (if any) will not be available, enable debug logging for more details: Some problems were encountered while processing the POMs: > [ERROR] 'dependencyManagement.dependencies.dependency.artifactId' for org.apache.hbase:${compat.module}:jar with value '${compat.module}' does not match a valid id pattern. @ org.apache.hbase:hbase:0.97.0-SNAPSHOT, /Users/rnaik/.m2/repository/org/apache/hbase/hbase/0.97.0-SNAPSHOT/hbase-0.97.0-SNAPSHOT.pom, line 982, column 21 > [ERROR] 'dependencyManagement.dependencies.dependency.artifactId' for org.apache.hbase:${compat.module}:test-jar with value '${compat.module}' does not match a valid id pattern. @ org.apache.hbase:hbase:0.97.0-SNAPSHOT, /Users/rnaik/.m2/repository/org/apache/hbase/hbase/0.97.0-SNAPSHOT/hbase-0.97.0-SNAPSHOT.pom, line 987, column 21 > {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira