You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Hudson (Jira)" <ji...@apache.org> on 2022/02/21 08:32:00 UTC

[jira] [Commented] (MNG-7244) Remove deprecated WARNING for usage of pom.X placeholders

    [ https://issues.apache.org/jira/browse/MNG-7244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17495378#comment-17495378 ] 

Hudson commented on MNG-7244:
-----------------------------

Build unstable in Jenkins: Maven » Maven TLP » maven » master #329

See https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven/job/master/329/

> Remove deprecated WARNING for usage of pom.X placeholders
> ---------------------------------------------------------
>
>                 Key: MNG-7244
>                 URL: https://issues.apache.org/jira/browse/MNG-7244
>             Project: Maven
>          Issue Type: Improvement
>    Affects Versions: 4.0.0-alpha-1
>            Reporter: Karl Heinz Marbaise
>            Assignee: Maarten Mulders
>            Priority: Minor
>             Fix For: 4.0.0, 4.0.0-alpha-1
>
>
> Currently, we produce a {{WARNING}} in case of using {{pom.version}} or alike.
> We've been doing that for years so people have had enough time to update their projects. We can now remove the support and the accompanying warning, resorting to the default behaviour of not resolving the expression at all.
> {code}
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model for 'com.soebes.examples.j2ee:appasm:pom:1.0-SNAPSHOT'
> [WARNING] The expression ${pom.version} is deprecated. Please use ${project.version} instead. 
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)