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

Fix maven warning about plugin version #568

Merged
merged 1 commit into from
Feb 19, 2024

Conversation

slovdahl
Copy link
Contributor

Fixes this warning from Maven (using 3.6.3 locally):

Warning:  Some problems were encountered while building the effective model for org.pf4j:pf4j:jar:3.11.0-SNAPSHOT
Warning:  'build.plugins.plugin.version' for org.codehaus.mojo:templating-maven-plugin is missing. @ line 23, column 21
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.

Fixes this warning from Maven (using 3.6.3 locally):

```
Warning:  Some problems were encountered while building the effective model for org.pf4j:pf4j:jar:3.11.0-SNAPSHOT
Warning:  'build.plugins.plugin.version' for org.codehaus.mojo:templating-maven-plugin is missing. @ line 23, column 21
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.
```
@decebals decebals merged commit 5a73e6a into pf4j:master Feb 19, 2024
1 check failed
@slovdahl slovdahl deleted the fix-maven-warning branch February 19, 2024 17:16
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