[
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 <[email protected]>
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)