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 A05B110141 for ; Wed, 28 May 2014 01:02:02 +0000 (UTC) Received: (qmail 16947 invoked by uid 500); 28 May 2014 01:02:01 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 16806 invoked by uid 500); 28 May 2014 01:02:01 -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 16708 invoked by uid 99); 28 May 2014 01:02:01 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 May 2014 01:02:01 +0000 Date: Wed, 28 May 2014 01:02:01 +0000 (UTC) From: "Misty Stanley-Jones (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (HBASE-9729) mvn site fails without install first 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-9729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Misty Stanley-Jones resolved HBASE-9729. ---------------------------------------- Resolution: Cannot Reproduce Assignee: Misty Stanley-Jones I can't reproduce this and think it must have been fixed long ago. > mvn site fails without install first > ------------------------------------ > > Key: HBASE-9729 > URL: https://issues.apache.org/jira/browse/HBASE-9729 > Project: HBase > Issue Type: Bug > Components: build, documentation > Reporter: Enis Soztutar > Assignee: Misty Stanley-Jones > Attachments: HBASE-9729-0.patch > > > mvn site fails on hadoopqa runs, and also on fresh checkouts. The problem seems to be that mvn site somehow does not trigger a correct reactor ordering. hbase-server is built before other components, and thus throws dependency errors because the other modules are not build yet. > An example from https://builds.apache.org/job/PreCommit-HBASE-Build/7491//consoleFull: > {code} > /home/jenkins/tools/maven/latest/bin/mvn compile site -DskipTests -DHBasePatchProcess > /home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/patchprocess/patchSiteOutput.txt 2>&1 > {code} -- This message was sent by Atlassian JIRA (v6.2#6252)