码迷,mamicode.com
首页 > 其他好文 > 详细

默认的配置

时间:2015-07-31 10:28:22      阅读:87      评论:0      收藏:0      [点我收藏+]

标签:

1、五大核心

groupId:artifactId:packaging:classifier:version.

2、三核心

groupId:artifactId:version are all required fields. The three fields act much like an address and timestamp in one. This marks a specific place in a repository, acting like a coordinate system for Maven projects.

3、版本关系

One powerful aspect of Maven is in its handling of project relationships; that includes dependencies (and transitive dependencies), inheritance, and aggregation (multi-module projects)

默认的配置

标签:

原文地址:http://www.cnblogs.com/shunliu-java/p/4691376.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!