Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D8EFEED46 for ; Tue, 12 Mar 2013 04:37:23 +0000 (UTC) Received: (qmail 77541 invoked by uid 500); 12 Mar 2013 04:37:23 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 77456 invoked by uid 500); 12 Mar 2013 04:37:22 -0000 Mailing-List: contact dev-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 dev@hbase.apache.org Received: (qmail 77387 invoked by uid 99); 12 Mar 2013 04:37:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Mar 2013 04:37:20 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of yuzhihong@gmail.com designates 209.85.161.170 as permitted sender) Received: from [209.85.161.170] (HELO mail-gg0-f170.google.com) (209.85.161.170) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Mar 2013 04:37:14 +0000 Received: by mail-gg0-f170.google.com with SMTP id k4so752471ggn.29 for ; Mon, 11 Mar 2013 21:36:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=CHth1j86PnZ7m/pRPxI/k61IDOoRtwhU4RTSgJe+tgs=; b=k0vD4RvGtBlClnFFhvYYxeVBeIrhza07LJoc0fC7Q5h7/w/Vuw+8O79PlVG1mwA7rl xaui6empI9o5Mx5BJRw4s/uoWjco7GFzKpEtFiWTdyiDrFgF+HbBaIRh9M8W9sH/cMeH 8tzIZ/5kKtlBTiAxiul74obgA60QQ9lvJBAE8ERExZI+AZzbhIO9U2hAyxHJPPiVAFrF FRFZhdItTpSlPcCiCcAt61xd4JGOzhyjY0HDnPnhMVprc0nhlaaV06mcErzEMxi6rBPW BAP5Nj/7vqolsq8yvXzGoo/Kxcp77SZJt0FKUrG+BPb4ap5dwqGuPyR9YdhF/+GwkiLz goHg== MIME-Version: 1.0 X-Received: by 10.236.71.74 with SMTP id q50mr11044393yhd.144.1363063013170; Mon, 11 Mar 2013 21:36:53 -0700 (PDT) Received: by 10.101.208.18 with HTTP; Mon, 11 Mar 2013 21:36:52 -0700 (PDT) In-Reply-To: <62089319.3636.1363058829412.JavaMail.hudson@aegis> References: <1607060565.3590.1363046491687.JavaMail.hudson@aegis> <62089319.3636.1363058829412.JavaMail.hudson@aegis> Date: Mon, 11 Mar 2013 21:36:52 -0700 Message-ID: Subject: Re: Build failed in Jenkins: HBase-TRUNK #3947 From: Ted Yu To: dev@hbase.apache.org Content-Type: multipart/alternative; boundary=bcaec50b4c4ab53ff604d7b2d643 X-Virus-Checked: Checked by ClamAV on apache.org --bcaec50b4c4ab53ff604d7b2d643 Content-Type: text/plain; charset=ISO-8859-1 I ran the following two commands on clean checkout: 1008 mvn clean install -DskipTests 1009 mvn -DskipTests site assembly:assembly -Prelease I got: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.3:assembly (default-cli) on project hbase: Failed to create assembly: Artifact: org.apache.hbase:hbase-common:jar:0.97-SNAPSHOT (included by module) does not have an artifact with a file. Please ensure the package phase is run before the assembly is generated. -> [Help 1] FYI On Mon, Mar 11, 2013 at 8:27 PM, Apache Jenkins Server < jenkins@builds.apache.org> wrote: > See > > Changes: > --bcaec50b4c4ab53ff604d7b2d643--