2017年12月13日

maven命令

摘要: 1、编译.java文件(target目录下生成class文件): mvn compile 2、编译测试代码:mvn test -compile 3、运行测试: mvn test 4、打包(target目录下生成jar文件) mvn package 5、在本地仓库中生成jar(.m2/reposito 阅读全文

posted @ 2017-12-13 23:11 Javanumberone 阅读(187) 评论(0) 推荐(0) 编辑

maven官方教程

摘要: What is Maven? At first glance Maven can appear to be many things, but in a nutshell Maven is an attempt to apply patterns to a project's build infras 阅读全文

posted @ 2017-12-13 21:50 Javanumberone 阅读(425) 评论(0) 推荐(0) 编辑

导航