Maven

来源:互联网 发布:模拟战争软件 编辑:程序博客网 时间:2024/04/30 06:46

pom.xml

坐标:

groupId 包名artifactId 模块名version 版本

dependenciese 依赖

<groupId></groupId><artifactId></artifactId><version></version><dependenciese> <dependency>  <groupId></groupId>  <artifactId></artifactId>  <version></version> </dependency></dependenciese>

常见构建命令

  mvn -v   #查看maven版本#  compile  编译  test     测试  package  打包  clean    删除target  install  安装jar包到本地仓库

自动创建目录骨架–archetype插件

命令1:mvn archetype:generate

命令2:mvn archetype:generate

0 0
原创粉丝点击