You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "hboutemy (via GitHub)" <gi...@apache.org> on 2023/03/08 07:15:27 UTC

[GitHub] [maven-project-info-reports-plugin] hboutemy commented on pull request #45: [MPIR-429] disable plugin processing when building projects

hboutemy commented on PR #45:
URL: https://github.com/apache/maven-project-info-reports-plugin/pull/45#issuecomment-1459647709

   analysis done https://issues.apache.org/jira/browse/MDEP-630 : issue happens in Maven's lifecycle bindings injector = something that is optional, used when the effective model is expected to be used for real building a Maven project, with its plugins
   
   but in our reporting case, dependencies are just dependencies consumed, we don't expect them to be built: then anything related to plugins may not even be right in the pom (when it is generated by Gradle, sbt or Ant, for example)
   
   consumer pom.xml should be read with lax schema checks and disabling plugins injection to be the most tolerant


-- 
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