I will blog about new technologies and resolving issues we face daily while developing the web application. util methods which will help in code reuse.
Wednesday, February 11, 2015
MAVEN : Resolve duplicate or find dependency jar in POM file
To resolve the duplicate jar file in target/war and finding the dependency tree jar file in maven.
Run the below command mvn dependency:tree
result :
by analyzing the jar file dependency tree we can easily find the root cause dependency.
No comments:
Post a Comment