Apache Maven 入门

Apache Maven 入门篇 ( 上 )

Apache Maven 入门篇 ( 下 )

~$mvn archetype:generate -DgroupId=com.mycompany.helloworld -DartifactId=helloworld -Dpackage=com.mycompany.helloworld -Dversion=1.0-SNAPSHOT

-Dname=value  的格式

Project Object Model(POM)  文件    pom.xml 

~$mvn package 

Running Apache Maven

Building a Project with Maven

MojoExecutionException

ProjectBuildingException

UnresolvableModelException 

Tips:

使用maven命令:mvn dependency:sources 下载依赖包的源代码

posted @ 2015-10-10 19:34  niaomingjian  阅读(180)  评论(0编辑  收藏  举报