Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 03BF5200BD1 for ; Mon, 28 Nov 2016 17:01:23 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 02500160B0D; Mon, 28 Nov 2016 16:01:23 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 4D804160B00 for ; Mon, 28 Nov 2016 17:01:22 +0100 (CET) Received: (qmail 90374 invoked by uid 500); 28 Nov 2016 16:01:21 -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 90363 invoked by uid 99); 28 Nov 2016 16:01:21 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Nov 2016 16:01:21 +0000 Received: from mail-wj0-f170.google.com (mail-wj0-f170.google.com [209.85.210.170]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id DA66B1A02FC for ; Mon, 28 Nov 2016 16:01:20 +0000 (UTC) Received: by mail-wj0-f170.google.com with SMTP id xy5so120091213wjc.0 for ; Mon, 28 Nov 2016 08:01:20 -0800 (PST) X-Gm-Message-State: AKaTC02+rmUzG1/AHEzws+xOBgIrqIQ5wkb0qAnuvP/ImM8DM7Rd93BBWapJ1QaiaRz1jAe/hu03Kr72LBZHzg== X-Received: by 10.194.23.67 with SMTP id k3mr20126284wjf.103.1480348879629; Mon, 28 Nov 2016 08:01:19 -0800 (PST) MIME-Version: 1.0 References: <5838826.3129.1480257267649.JavaMail.jenkins@crius> <62091829.3311.1480343670783.JavaMail.jenkins@crius> In-Reply-To: <62091829.3311.1480343670783.JavaMail.jenkins@crius> From: Dima Spivak Date: Mon, 28 Nov 2016 16:01:09 +0000 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Still Failing: HBase Generate Website To: dev@hbase.apache.org Content-Type: multipart/alternative; boundary=047d7b471d641d6c0705425e95fb archived-at: Mon, 28 Nov 2016 16:01:23 -0000 --047d7b471d641d6c0705425e95fb Content-Type: text/plain; charset=UTF-8 Anyone know what's up here? I don't see any obvious breaking changes, but mvn site fails in parent module with: -------------------------------- [ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.4:site (default-site) on project hbase: Execution default-site of goal org.apache.maven.plugins:maven-site-plugin:3.4:site failed: For artifact {null:null:null:jar}: The groupId cannot be empty. -> [Help 1] [ERROR] On Mon, Nov 28, 2016 at 6:34 AM Apache Jenkins Server < jenkins@builds.apache.org> wrote: > Build status: Still Failing > > If successful, the website and docs have been generated. To update the > live site, follow the instructions below. If failed, skip to the bottom of > this email. > > Use the following commands to download the patch and apply it to a clean > branch based on origin/asf-site. If you prefer to keep the hbase-site repo > around permanently, you can skip the clone step. > > git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git > > cd hbase-site > wget -O- > https://builds.apache.org/job/hbase_generate_website/419/artifact/website.patch.zip > | funzip > ${GIT_SHA}.patch > git fetch > git checkout -b asf-site-${GIT_SHA} origin/asf-site > git am --whitespace=fix $GIT_SHA.patch > > At this point, you can preview the changes by opening index.html or any of > the other HTML pages in your local asf-site-${GIT_SHA} branch. > > There are lots of spurious changes, such as timestamps and CSS styles in > tables, so a generic git diff is not very useful. To see a list of files > that have been added, deleted, renamed, changed type, or are otherwise > interesting, use the following command: > > git diff --name-status --diff-filter=ADCRTXUB origin/asf-site > > To see only files that had 100 or more lines changed: > > git diff --stat origin/asf-site | grep -E '[1-9][0-9]{2,}' > > When you are satisfied, publish your changes to origin/asf-site using > these commands: > > git commit --allow-empty -m "Empty commit" # to work around a current > ASF INFRA bug > git push origin asf-site-${GIT_SHA}:asf-site > git checkout asf-site > git branch -D asf-site-${GIT_SHA} > > Changes take a couple of minutes to be propagated. You can verify whether > they have been propagated by looking at the Last Published date at the > bottom of http://hbase.apache.org/. It should match the date in the > index.html on the asf-site branch in Git. > > As a courtesy- reply-all to this email to let other committers know you > pushed the site. > > > > If failed, see > https://builds.apache.org/job/hbase_generate_website/419/console --047d7b471d641d6c0705425e95fb--