Re: Maven 3.3.9 allows overriding readonly parameters for plugins

2023-07-17 Thread Hervé Boutemy
Le lundi 17 juillet 2023, 22:49:16 CEST Slawomir Jaranowski a écrit : > Hi > > Please try a never version of Maven and m-resources-p > Maven 3.3.9 is EOL - https://maven.apache.org/docs/history.html > > m-resources-p has no parameter "resources" m-resources-p has a resources parameter https://git

Re: Maven 3.3.9 allows overriding readonly parameters for plugins

2023-07-17 Thread Slawomir Jaranowski
Hi Please try a never version of Maven and m-resources-p Maven 3.3.9 is EOL - https://maven.apache.org/docs/history.html m-resources-p has no parameter "resources" You should use resource configuration on project level not plugin configuration, like in example: https://maven.apache.org/plugins/m

Re: Maven 3.3.9 allows overriding readonly parameters for plugins

2023-07-17 Thread Hervé Boutemy
Maven 3 not blocking setting read-only parameters is a known limitation https://issues.apache.org/jira/browse/MNG-5001 in your case where you find a different behaviour between different Maven 3 releases, I imagine it's an additional side effect of this parameter not really being expected to be