Return-Path: X-Original-To: apmail-incubator-accumulo-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-accumulo-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 91F429A30 for ; Mon, 5 Mar 2012 16:03:01 +0000 (UTC) Received: (qmail 21652 invoked by uid 500); 5 Mar 2012 16:03:01 -0000 Delivered-To: apmail-incubator-accumulo-dev-archive@incubator.apache.org Received: (qmail 21631 invoked by uid 500); 5 Mar 2012 16:03:01 -0000 Mailing-List: contact accumulo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: accumulo-dev@incubator.apache.org Delivered-To: mailing list accumulo-dev@incubator.apache.org Received: (qmail 21620 invoked by uid 99); 5 Mar 2012 16:03:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Mar 2012 16:03:01 +0000 X-ASF-Spam-Status: No, hits=2.5 required=5.0 tests=FREEMAIL_REPLY,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mjwall@gmail.com designates 209.85.160.47 as permitted sender) Received: from [209.85.160.47] (HELO mail-pw0-f47.google.com) (209.85.160.47) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Mar 2012 16:02:57 +0000 Received: by pbbrp12 with SMTP id rp12so4045714pbb.6 for ; Mon, 05 Mar 2012 08:02:36 -0800 (PST) Received-SPF: pass (google.com: domain of mjwall@gmail.com designates 10.68.233.99 as permitted sender) client-ip=10.68.233.99; Authentication-Results: mr.google.com; spf=pass (google.com: domain of mjwall@gmail.com designates 10.68.233.99 as permitted sender) smtp.mail=mjwall@gmail.com; dkim=pass header.i=mjwall@gmail.com Received: from mr.google.com ([10.68.233.99]) by 10.68.233.99 with SMTP id tv3mr3738698pbc.73.1330963356942 (num_hops = 1); Mon, 05 Mar 2012 08:02:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=eyMdI+Zh8780QnapJzxhb7g1V6qPY0EcVcu800znmC0=; b=x2zq1xkkMoHiZwPfxSo9+BGdKY2PVg31RIfQkZVYf5fyyIaiWiy72nH/mY/0EQtUAF y6YI1axqLb4Lds9RTHmaSDN9kefwpNaJO0Q/FsyclxHpz8OR9ygUh9SnXAL3IjrwtMSC r90uMvy06VpCUM+pln0U2zip65ELzpUSRhhWmUnJyp0SPtRPGsQAuSbBc3IbShZNvuWF seHOk8/p329rQutkkdxyolfC9Nf00uN/V42yZE1ulp0/La6tUApfF0nGwkx99Hzsjcef 2WAMGo+9FmbE6y67LZGg/y87rQ05t5czFLHOVfQmXE2uEx+DHJVqgPeL5XspoPkX3N1k jiyg== MIME-Version: 1.0 Received: by 10.68.233.99 with SMTP id tv3mr3272193pbc.73.1330963356882; Mon, 05 Mar 2012 08:02:36 -0800 (PST) Received: by 10.142.242.14 with HTTP; Mon, 5 Mar 2012 08:02:36 -0800 (PST) In-Reply-To: References: <1795782365.179315.1330914123987.JavaMail.root@linzimmb04o.imo.intelink.gov> <840133027.179400.1330917825809.JavaMail.root@linzimmb04o.imo.intelink.gov> Date: Mon, 5 Mar 2012 11:02:36 -0500 Message-ID: Subject: Re: Is there an accumulo faq? From: Michael Wall To: accumulo-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=047d7b33db5018968b04ba810efb X-Virus-Checked: Checked by ClamAV on apache.org --047d7b33db5018968b04ba810efb Content-Type: text/plain; charset=ISO-8859-1 Is everyone using the version of maven? It can be frustrating to reconcile differences if not. Is there a recommended version of maven for doing Accumulo development? On Mon, Mar 5, 2012 at 10:51 AM, John Vines wrote: > So with a regular checkout, I was able to run pmd:pmd just fine, without > installing anything. Do you know what could be causing this? > > John > > On Sun, Mar 4, 2012 at 10:23 PM, David Medinets >wrote: > > > In the parent pom.xml, these lines exist: > > > > > > org.apache.maven.plugins > > maven-pmd-plugin > > 2.4 > > > > html > > true > > 1.6 > > > > > > > > Therefore PMD is already supported in Accumulo's build process. > > > > On Sun, Mar 4, 2012 at 9:41 PM, John Vines > wrote: > > > I am not familiar with this pmd module. A cursory glance over things > > makes > > > it seem like it's for documenting our procedures, but why should we be > > > concerned with a module we don't use being broken? > > > > > > John > > > > > > On Sun, Mar 4, 2012 at 9:22 PM, David Medinets < > david.medinets@gmail.com > > >wrote: > > > > > >> I am seeing this warning when running 'mvn pmd:pmd': > > >> > > >> The POM for org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 is missing, > > >> no dependency information available > > >> > > >> I was able to eliminate this message using a project on github: > > >> > > >> git clone git:// > > >> github.com/mfriedenhagen/dummy-lifecycle-mapping-plugin.git > > >> cd dummy-lifecycle-mapping-plugin > > >> mvn install > > >> > > >> This is a minor issue, but it might be nice to add the fix to an FAQ. > > >> > > > --047d7b33db5018968b04ba810efb--