Skip to content

Update deprecated property [artifactId] into [project.artifactId]#3

Open
marcosgnieto wants to merge 1 commit into
AdamBien:mainfrom
marcosgnieto:main
Open

Update deprecated property [artifactId] into [project.artifactId]#3
marcosgnieto wants to merge 1 commit into
AdamBien:mainfrom
marcosgnieto:main

Conversation

@marcosgnieto
Copy link
Copy Markdown

@marcosgnieto marcosgnieto commented Dec 28, 2024

There's a maven warning about using deprecated ${artifactId} expression, which suggests upgrading it to ${project.artifactId}

$ mvn clean
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for airhacks:jakartaee-essentials:war:10.0
[WARNING] The expression ${artifactId} is deprecated. Please use ${project.artifactId} 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.
[WARNING]
[INFO]
[INFO] -------------------< airhacks:jakartaee-essentials >--------------------
[INFO] Building jakartaee-essentials 10.0
[INFO]   from pom.xml
[INFO] --------------------------------[ war ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ jakartaee-essentials ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.228 s
[INFO] Finished at: 2024-12-28T11:37:26+01:00
[INFO] ------------------------------------------------------------------------

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant