Return-Path: X-Original-To: apmail-ambari-dev-archive@www.apache.org Delivered-To: apmail-ambari-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 E097311411 for ; Mon, 18 Aug 2014 21:51:19 +0000 (UTC) Received: (qmail 57031 invoked by uid 500); 18 Aug 2014 21:51:19 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 57005 invoked by uid 500); 18 Aug 2014 21:51:19 -0000 Mailing-List: contact dev-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list dev@ambari.apache.org Received: (qmail 56936 invoked by uid 99); 18 Aug 2014 21:51:19 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Aug 2014 21:51:19 +0000 Date: Mon, 18 Aug 2014 21:51:19 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-6903) Maven {artifactId} / {pom.groupId} Deprecation Warnings 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/AMBARI-6903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14101375#comment-14101375 ] ASF GitHub Bot commented on AMBARI-6903: ---------------------------------------- GitHub user kennyballou opened a pull request: https://github.com/apache/ambari/pull/9 AMBARI-6903: Fix Maven deprecation warnings Certain `pom.xml` files are using old/ deprecated property references. Replace and use new property references. You can merge this pull request into a Git repository by running: $ git pull https://github.com/kennyballou/ambari pom_deprecation_fixes Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ambari/pull/9.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #9 ---- commit 28bd06654b6cae6c9b98b0743288709281a8541d Author: kballou Date: 2014-08-18T21:44:21Z AMBARI-6903: Fix Maven deprecation warnings Certain `pom.xml` files are using old/ deprecated property references. Replace and use new property references. ---- > Maven {artifactId} / {pom.groupId} Deprecation Warnings > ------------------------------------------------------- > > Key: AMBARI-6903 > URL: https://issues.apache.org/jira/browse/AMBARI-6903 > Project: Ambari > Issue Type: Bug > Reporter: Kenny Ballou > Priority: Trivial > Labels: easyfix > Original Estimate: 10m > Remaining Estimate: 10m > > While attempting to build latest from https://github.com/apache/ambari, I ran into several deprecation warnings thrown by Maven: > {code} > [WARNING] The expression ${pom.groupId} is deprecated. Please use ${project.groupId} instead. > [WARNING] The expression ${artifactId} is deprecated. Please use ${project.artifactId} instead. > {code} > Build command to produce this warning was the same found in the latest [documentation|https://cwiki.apache.org/confluence/display/AMBARI/Build+and+install+Ambari+1.6.1+from+Source]: > {code} > mvn -B clean install package rpm:rpm -DnewVersion=1.6.1 -DskipTests -Dpython.ver="python >= 2.6" > {code} -- This message was sent by Atlassian JIRA (v6.2#6252)