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 7FC019E4D for ; Thu, 1 Mar 2012 04:39:28 +0000 (UTC) Received: (qmail 56443 invoked by uid 500); 1 Mar 2012 04:39:28 -0000 Delivered-To: apmail-incubator-accumulo-dev-archive@incubator.apache.org Received: (qmail 56417 invoked by uid 500); 1 Mar 2012 04:39:27 -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 56396 invoked by uid 99); 1 Mar 2012 04:39:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Mar 2012 04:39:27 +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: local policy) Received: from [206.112.75.238] (HELO iron-u-a-out.osis.gov) (206.112.75.238) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Mar 2012 04:39:19 +0000 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhcFAAD9Tk+sEAbx/2dsb2JhbABDtACBD4F6AQEBAwESAmoLCwQHOyEBEwUdGSKHYqINCpVhglSGQ4NsaBkJAoRcHhMDUxgPgx4EiE+McIlAA4FXh3U X-IronPort-AV: E=Sophos;i="4.73,507,1325480400"; d="scan'208";a="8657761" Received: from ghost-a.center.osis.gov (HELO mail-vx0-f175.google.com) ([172.16.6.241]) by iron-u-a-in.osis.gov with ESMTP/TLS/RC4-SHA; 29 Feb 2012 23:38:18 -0500 Received: by vcbfl13 with SMTP id fl13so173638vcb.6 for ; Wed, 29 Feb 2012 20:38:56 -0800 (PST) Received-SPF: pass (google.com: domain of john.w.vines@ugov.gov designates 10.52.27.1 as permitted sender) client-ip=10.52.27.1; Authentication-Results: mr.google.com; spf=pass (google.com: domain of john.w.vines@ugov.gov designates 10.52.27.1 as permitted sender) smtp.mail=john.w.vines@ugov.gov Received: from mr.google.com ([10.52.27.1]) by 10.52.27.1 with SMTP id p1mr5229387vdg.17.1330576736579 (num_hops = 1); Wed, 29 Feb 2012 20:38:56 -0800 (PST) Received: by 10.52.27.1 with SMTP id p1mr4425337vdg.17.1330576736525; Wed, 29 Feb 2012 20:38:56 -0800 (PST) MIME-Version: 1.0 Received: by 10.220.148.199 with HTTP; Wed, 29 Feb 2012 20:38:35 -0800 (PST) In-Reply-To: <1819897103.124076.1330569708720.JavaMail.root@linzimmb04o.imo.intelink.gov> References: <1819897103.124076.1330569708720.JavaMail.root@linzimmb04o.imo.intelink.gov> From: John Vines Date: Wed, 29 Feb 2012 23:38:35 -0500 Message-ID: Subject: Re: Message To Use ${project.artifactId} instead of ${artifactId} in pom.xml To: accumulo-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=20cf307d00f8ba1dad04ba27099c X-Virus-Checked: Checked by ClamAV on apache.org --20cf307d00f8ba1dad04ba27099c Content-Type: text/plain; charset=ISO-8859-1 They should be switched. I didn't see them due to the other maven warnings in 1.4, and I didn't look at the messages that hard for 1.5. Except that info shouldn't be in the base pom, so I think I might have merged incorrectly. I'll take a look at it first thing in the morning. John On Wed, Feb 29, 2012 at 9:41 PM, David Medinets wrote: > I am seeing the following warning: > > [WARNING] Some problems were encountered while building the effective > model for > org.apache.accumulo:accumulo-assemble:pom:1.5.0-incubating-SNAPSHOT > [WARNING] The expression ${artifactId} is deprecated. Please use > ${project.artifactId} instead.accumulo-assemble:pom > > In pom.xml, I see the following: > > 215: > ${project.build.directory}/${artifactId}_${project.version}.deb > 310: > ${project.build.directory}/${artifactId}-native_${project.version}-${os.arch}.deb > 350: > ${project.build.directory}/${artifactId}-test_${project.version}-${os.arch}.deb > > In src/assemble/pom.xml, I see the following lines: > > 269: > ${project.build.directory}/${artifactId}_${project.version}.deb > 364: > ${project.build.directory}/${artifactId}-native_${project.version}-${os.arch}.deb > 404: > ${project.build.directory}/${artifactId}-test_${project.version}-${os.arch}.deb > > Is there any reason, I should not change follow the advice of the warning? > --20cf307d00f8ba1dad04ba27099c--