You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Jeff Sposetti (JIRA)" <ji...@apache.org> on 2014/08/19 00:43:18 UTC

[jira] [Updated] (AMBARI-6903) Maven {artifactId} / {pom.groupId} Deprecation Warnings

     [ https://issues.apache.org/jira/browse/AMBARI-6903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeff Sposetti updated AMBARI-6903:
----------------------------------

    Affects Version/s: 1.6.1

> Maven {artifactId} / {pom.groupId} Deprecation Warnings
> -------------------------------------------------------
>
>                 Key: AMBARI-6903
>                 URL: https://issues.apache.org/jira/browse/AMBARI-6903
>             Project: Ambari
>          Issue Type: Bug
>    Affects Versions: 1.6.1
>            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)