You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "cstamas (via GitHub)" <gi...@apache.org> on 2023/05/19 17:57:31 UTC

[GitHub] [maven-integration-testing] cstamas opened a new pull request, #261: [MNG-7788] Fix for IT MavenITmng6562WarnDefaultBindings

cstamas opened a new pull request, #261:
URL: https://github.com/apache/maven-integration-testing/pull/261

   The MavenITmng6562WarnDefaultBindings IT tests new Maven4 feature "fail on severity" (for WARN level).
   
   The stub core plugin maven-resources-plugin depends on maven-compat, and it emits plugin validation warning.
   
   BEFORE MNG-7788 was merged, the warnings were logged AFTER build summary and was not picked up by "-fail on severity".
   
   AFTER MNG-7788 merged, it causes that warnings breaks the build, as "fail on severity" is set to WARN level.
   
   Fix:
   The stub maven-resources-plugin does NOT need to depend on maven-compat, what it really needs is maven-core (for MavenProject).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [maven-integration-testing] cstamas merged pull request #261: [MNG-7788] Fix for IT MavenITmng6562WarnDefaultBindings

Posted by "cstamas (via GitHub)" <gi...@apache.org>.
cstamas merged PR #261:
URL: https://github.com/apache/maven-integration-testing/pull/261


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org