How to find a Maven dependency version declaration imported from a BOM

后端 未结 6 1893
面向向阳花
面向向阳花 2021-02-08 05:18

A multi-module parent POM declares the following BOM import:


  
    
      io.s         


        
6条回答
  •  梦毁少年i
    2021-02-08 05:47

    mvn help:effective-pom -Dverbose=true gives the information of location of pom from where an entry comes in effective pom in comment. reference: http://maven.apache.org/plugins/maven-help-plugin/effective-pom-mojo.html

提交回复
热议问题