[
https://issues.apache.org/jira/browse/IGNITE-15920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aleksandr Polovtcev updated IGNITE-15920:
-----------------------------------------
Description:
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.
was:
When running {{mvn package}}, the following warning is displayed:
> 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
>
> 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)