-
I get a great many of these warnings, but there seems to be no way to get rid of them:
It comes from this configuration: This worked without warnings with Maven 3.8.x. I know the configuration actually takes effect because if I change warning to error the build fails because the tree is dirty. How can we configure this without all these warnings? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
This is currently not possible because it is new behavior of Maven 3.9.x, I have some ideas how to archive this in a different way but this needs a new concept of how to handle such configuration parameters: |
Beta Was this translation helpful? Give feedback.
-
I came across the same issue today. It looks like the warnings are generated for specific executions.
I haven't tested this yet myself but it is possible to move But it could also be the case that the |
Beta Was this translation helpful? Give feedback.
This is currently not possible because it is new behavior of Maven 3.9.x, I have some ideas how to archive this in a different way but this needs a new concept of how to handle such configuration parameters: