`
wolfcame
  • 浏览: 78060 次
  • 性别: Icon_minigender_1
  • 来自: 成都
社区版块
存档分类
最新评论

常用maven创建项目骨架命令

阅读更多
创建一般的maven工程骨架
mvn archetype:create -DgroupId=cn.xxx -DartifactId=myApp -Dpackage=cn.xxx

创建一般的maven web工程骨架
mvn archetype:create -DgroupId=com.xxx -DartifactId=myweb -Dpackage=cn.xxx -DarchetypeArtifactId=maven-archetype-webapp


mvn archetype:create -DarchetypeGroupId=org.apache.maven.archetypes -DgroupId=cn.xxx.helloworld -DartifactId=helloworld
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics