一、maven环境搭建1、二、maven常用命令1、创建一个新的项目:mvn archetype:create -DgroupId=com.puyangsky.test -DartifactId=mavenTest这里的groupId和artifactId是什么呢,下面的解释摘自百度知道: