命令:call mvn -f pom.xml dependency:copy-dependencies
作用:从远程库中根据项目下的pom.xml拷贝项目所需jar包至本地项目的target/dependency下
提示:[INFO] Copying spring-expression-4.2.5.RELEASE.jar to D:CodeeclipsefinanceWeb argetdependencyspring-expression-4.2.5.RELEASE.jar
命令:mvn package
作用:打包
命令:mvn clean
作用:清空生成的文件
命令:mvn install
作用:在本地repository中安装jar