idea finds maven dependencies

 

Reference article: http://www.myexception.cn/open-source/1497379.html

 

IntelliJ IDEA, how to find all dependencies of an artifact?

The tool has a Maven Projects window, which can generally be found on the right side. If not, you can open it from the menu bar: View>Tool Windows>Maven Projects;

Select the maven module to be analyzed (idea's module is equivalent to eclipse's project), right-click show dependencies, and all dependencies of the module will be displayed, which is very clear and detailed.

 

 Detailed usage instructions of mvn dependency:tree:

http://ian.wang/106.htm

 

mvn dependency:tree -Dverbose -Dincludes=asm:asm  
will come out the analysis information of the asm dependency package

 

 

 

 

 

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326217661&siteId=291194637