mvn dependency:tree -Dverbose Displays the dependency tree for this project
mvn clean source:jar install -DskipTests install package with source code
Get source JARs from Maven repository
mvn dependency:sources
mvn dependency:resolve -Dclassifier=javadoc
The first command will attempt to download source code for each of the dependencies in your pom file.
The second command will attempt to download the Javadocs.
Maven快照机制(SNAPSHOT) - EasonJim - 博客园
com.microsoft.sqlserver:mssql-jdbc:jar:10.2.3.jre8:compile (version managed from 8.2.2.jre8) ?
Maven Dependency - Managed from Version?