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

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

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


  
    
      io.s         


        
6条回答
  •  青春惊慌失措
    2021-02-08 05:45

    My answer would be really similar to @Didier L. I was getting error due to the .xml file extension mvn org.apache.maven.plugins:maven-help-plugin:3.2.0:effective-pom -Dverbose=true -Doutput=effective-pom

提交回复
热议问题