gnodet commented on PR #12914: URL: https://github.com/apache/maven/pull/12914#issuecomment-5462470190
Closing in favor of #12722 which fixes the same issue (#12589) more completely — it also updates the validator to accept `type=bom` for import scope and includes a regression test. Additionally, PR #12722's logic `!((pom || bom) && import)` is more correct than this PR's `!((pom && import) || bom)`, since the latter would process `type=bom` entries regardless of scope. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
