I'm following maven tutorial from springsource here, and after 1) adding joda-time
dependency , and 2) calling mvn package
commmand, we get the below file dependency-reduced-pom.xml
.
My question is, what is the purpose of creating this file besides pom.xml
file?