[ https://issues.apache.org/jira/browse/MNG-7854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17787302#comment-17787302 ]
ASF GitHub Bot commented on MNG-7854: ------------------------------------- cstamas commented on PR #1211: URL: https://github.com/apache/maven/pull/1211#issuecomment-1816745193 Well, here is a counter example: I have no **conflicting imports** as I import just one: ``` <project> <modelVersion>4.0.0</modelVersion> <groupId>org.cstamas</groupId> <artifactId>test</artifactId> <version>1.0.0</version> <packaging>jar</packaging> <dependencyManagement> <dependencies> <dependency> <groupId>com.google.cloud</groupId> <artifactId>libraries-bom</artifactId> <version>26.9.0</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> </project> ``` and with this PR it produces all these warnings: https://gist.github.com/cstamas/110351c2eeb6b56b8ceee9818be65872 Basically this one single BOM is "self conflicting". What now? > Imported entries that are ignored should be emitted as warning > -------------------------------------------------------------- > > Key: MNG-7854 > URL: https://issues.apache.org/jira/browse/MNG-7854 > Project: Maven > Issue Type: Improvement > Components: POM > Reporter: Tamas Cservenak > Priority: Major > > See https://github.com/cstamas/MNG-7852 for reproducer. -- This message was sent by Atlassian Jira (v8.20.10#820010)