Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed maven warning #7

Merged
merged 1 commit into from Dec 31, 2021
Merged

Fixed maven warning #7

merged 1 commit into from Dec 31, 2021

Conversation

Frago9876543210
Copy link
Contributor

[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.zfkun.plugins:plugin-mymap:jar:1.1.2
[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.
[WARNING]
[INFO]
[INFO] -------------------< com.zfkun.plugins:plugin-mymap >-------------------
[INFO] Building plugin-mymap 1.1.2
[INFO] --------------------------------[ jar ]---------------------------------

@zfkun
Copy link
Owner

zfkun commented Dec 31, 2021

[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.zfkun.plugins:plugin-mymap:jar:1.1.2
[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.
[WARNING]
[INFO]
[INFO] -------------------< com.zfkun.plugins:plugin-mymap >-------------------
[INFO] Building plugin-mymap 1.1.2
[INFO] --------------------------------[ jar ]---------------------------------

It was also written like this before.
Last time I updated it to keep it consistent with the official example
So I changed it back.
Tanks ~
😂

@zfkun zfkun merged commit 8a7a9ab into zfkun:main Dec 31, 2021
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.

None yet

2 participants