Grails(20)Dependency Report

Grails(20)Dependency Report

>grails dependency-report

This command will generate the dependency report, you can get all the information about conflicts, which version is picked in our war and etc.

The URL usually will be 
///Users/carl/company/code/projectName/target/dependency-report/org.grails.internal-ROOT-build.html

But one more thing needs to pay attention to.

The lib directory under your Grails project, all the jar packages there will be copied to your war.


References:
http://grails.org/doc/2.3.x/ref/Command%20Line/dependency-report.html


猜你喜欢

转载自sillycat.iteye.com/blog/2049128