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-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org