You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Petr Ivanov (Jira)" <ji...@apache.org> on 2021/11/15 18:16:00 UTC

[jira] [Commented] (IGNITE-15920) Fix maven build warnings

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

Petr Ivanov commented on IGNITE-15920:
--------------------------------------

Merged to main. Thanks for contribution!

> Fix maven build warnings
> ------------------------
>
>                 Key: IGNITE-15920
>                 URL: https://issues.apache.org/jira/browse/IGNITE-15920
>             Project: Ignite
>          Issue Type: Task
>            Reporter: Aleksandr Polovtcev
>            Assignee: Aleksandr Polovtcev
>            Priority: Trivial
>              Labels: ignite-3
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> When running {{mvn package}}, the following warning is displayed:
> {code}
> [WARNING] Some problems were encountered while building the effective model for org.apache.ignite:ignite-core:jar:3.0.0-SNAPSHOT
> [WARNING] The expression ${artifactId} is deprecated. Please use ${project.artifactId} instead.
> [WARNING] The expression ${version} is deprecated. Please use ${project.version} instead.
> [WARNING] 
> [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
> [WARNING] 
> [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
> {code}
> These warnings should be fixed according to the suggestions.



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