maven常用命令

maven创建web骨架项目命令

   mvn archetype:generate -DgroupId=xxx.xxxx -DartifactId=xxxx -Dpackage=xxx.xxxx -DarchetypeArtifactId=maven-archetype-webapp -Dversion=1.0.1 -DinteractiveMode=No

原文地址:https://www.cnblogs.com/LionheartCGJ/p/6654229.html