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 00F5B17F45 for ; Tue, 21 Oct 2014 17:22:42 +0000 (UTC) Received: (qmail 63926 invoked by uid 500); 21 Oct 2014 17:22:36 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 63881 invoked by uid 500); 21 Oct 2014 17:22:36 -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 63816 invoked by uid 99); 21 Oct 2014 17:22:36 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Oct 2014 17:22:36 +0000 Date: Tue, 21 Oct 2014 17:22:36 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-12299) Can't assemble tarballs after HBASE-12261 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-12299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14178672#comment-14178672 ] Andrew Purtell commented on HBASE-12299: ---------------------------------------- bq. As a part of this, can we correct the need of the javadoc plugin for hbase-annotations? I think that should be a separate issue. We are having a problem right now staging 0.98.7 to our internal Nexus because the system scope dependency on tools.jar is disallowed by the default Nexus rule set. System scope dependencies will apparently not be supported in Maven 4. I'd like to question the need for a custom Javadoc processor entirely in a different issue. Maybe we can rip that all out. > Can't assemble tarballs after HBASE-12261 > ----------------------------------------- > > Key: HBASE-12299 > URL: https://issues.apache.org/jira/browse/HBASE-12299 > Project: HBase > Issue Type: Bug > Reporter: Andrew Purtell > Priority: Blocker > Attachments: HBASE-12299-0.98.patch, HBASE-12299-branch-1.patch, HBASE-12299-master.patch, HBASE-12299.patch > > > {{$ mvn -DskipTests clean install package assembly:single}} > ... > ERROR Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.4:single (default-cli) on project hbase-assembly: Failed to create assembly: Artifact: org.apache.hbase:hbase-checkstyle:jar:0.98.7 (included by module) does not have an artifact with a file. Please ensure the package phase is run before the assembly is generated. > $ {{mvn -DskipTests clean install package && mvn -DskipTests assembly:single}} > ... > ERROR Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.4:single (default-cli) on project hbase-assembly: Failed to create assembly: Artifact: org.apache.hbase:hbase-annotations:jar:0.98.8-SNAPSHOT (included by module) does not have an artifact with a file. Please ensure the package phase is run before the assembly is generated. -- This message was sent by Atlassian JIRA (v6.3.4#6332)