mvn 长命令

 mvn archetype:create -DgroupId=com.mycompany.app \
                   -DartifactId=my-app

mvn install:install-file -DgeneratePom=true -DgroupId=jep -DartifactId=jep -Dversion=3.3.0 -Dpackaging=jar -Dfile=E:\lib\LIB_COMMON\jep-3.3.0-trial.jar


mvn archetype:crawl
or using archetype:update-local-catalog to update your catalog based on your local repository.

你可能感兴趣的:(mvn)