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 98152E35D for ; Tue, 22 Jan 2013 20:08:47 +0000 (UTC) Received: (qmail 57392 invoked by uid 500); 22 Jan 2013 20:08:46 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 57264 invoked by uid 500); 22 Jan 2013 20:08:46 -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 57256 invoked by uid 99); 22 Jan 2013 20:08:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jan 2013 20:08:46 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bharathravi1@gmail.com designates 209.85.217.178 as permitted sender) Received: from [209.85.217.178] (HELO mail-lb0-f178.google.com) (209.85.217.178) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jan 2013 20:08:41 +0000 Received: by mail-lb0-f178.google.com with SMTP id n1so3181895lba.37 for ; Tue, 22 Jan 2013 12:08:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=0tEUWtAG7vljLvk8Bk/KbKPkJ0hj8TUWCs/VKK3PkWA=; b=GR+ygGGmLtwa2lZ2VkEW7GCxQMgJBVIe25PtDyI9GeRqOKihLFAI41Yhr8tYKXtcUt CEYKFEMzB+yPE0O1Mk/Wm5COjD39BHn4HXvqOLfm0U2+tnVR4Om/3tuu0jtfKmh/enY6 qtSE1AujWa3WPGzqi1vbt+ocmUb7Tzynpqseztpv+zsntdWkgyOacRhjgrDaiwx96d6I Hnb9nsCsJf7mudvTC8aYfETpRMj/YMvb7Sv2alKyCAwdBCXCGaZflvtjZ6I+x1iXfDCk UY97u0q+DPDy4xPG35ZaLAIPLv2gmtLRAtrY6jJ5VajInx+BEgtaE3Wnl12Y88YowFoI gYeg== X-Received: by 10.112.50.205 with SMTP id e13mr9654020lbo.57.1358885299832; Tue, 22 Jan 2013 12:08:19 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.129.162 with HTTP; Tue, 22 Jan 2013 12:07:59 -0800 (PST) In-Reply-To: References: From: Bharath Ravi Date: Tue, 22 Jan 2013 15:07:59 -0500 Message-ID: Subject: Re: Building hbase trunk: mvn site fails To: dev@hbase.apache.org Content-Type: multipart/alternative; boundary=f46d0401fe3b96474c04d3e62392 X-Virus-Checked: Checked by ClamAV on apache.org --f46d0401fe3b96474c04d3e62392 Content-Type: text/plain; charset=ISO-8859-1 Thanks for the pointers! Setting my maven.site.version to 2.4 seems to fix this issue for me. This is with a fresh install of maven 3.0.4 (clean repos) on Ubuntu 12.04, on a clean checkout of hbase trunk. I referred to a similar issue from a few weeks back that suggested changing the maven.*site*.version in the main pom.xml: http://search-hadoop.com/m/EvdAe1F1NlO/mvn+site+dependency-info&subj=+mvn+site+command+can+t+work Thanks again! -- Bharath Ravi On 22 January 2013 01:04, Stack wrote: > What version of maven? What OS? Works for me w/ maven 3.0.4 on macosx. > Others have reported issues and have figured workarounds. Try searching > mailing list archive. Start w/ the search box at top right hand corner of > hbase.apache.org. > > Yours, > St.Ack > > > On Mon, Jan 21, 2013 at 4:11 PM, Bharath Ravi >wrote: > > > Hi all, > > > > I'm trying to build hbase-trunk. While "mvn package" succeeds, > > trying to build a tarball with "mvn site" fails with the following plugin > > error: > > > > Caused by: org.apache.maven.plugin.MojoNotFoundException: Could not find > > goal 'dependency-info' in plugin > > org.apache.maven.plugins:maven-project-info-reports-plugin:2.4 among > > available goals distribution-management, index, dependencies, help, > > issue-tracking, plugins, cim, license, dependency-management, > mailing-list, > > project-team, dependency-convergence, scm, plugin-management, modules, > > summary > > > > As a newbie, I'm not sure how to handle this. > > Could you please redirect me to the right place to ask this/ suggest > > possible fixes or any further information I could provide? > > > > Thanks for the help! > > -- > > Bharath Ravi > > > --f46d0401fe3b96474c04d3e62392--