出版社: O'Reilly Media
副标题: The Definitive Guide
出版年: 2008-10-1
页数: 470
定价: USD 34.99
装帧: Paperback
ISBN: 9780596517335
内容简介 · · · · · ·
For too long, developers have worked on disorganized application projects, where every part seemed to have its own build system, and no common repository existed for information about the state of the project. Now there's help. The long-awaited official documentation to Maven is here. Written by Maven creator Jason Van Zyl and his team at Sonatype, Maven: The Definitive Guide c...
For too long, developers have worked on disorganized application projects, where every part seemed to have its own build system, and no common repository existed for information about the state of the project. Now there's help. The long-awaited official documentation to Maven is here. Written by Maven creator Jason Van Zyl and his team at Sonatype, Maven: The Definitive Guide clearly explains how this tool can bring order to your software development projects. Maven is largely replacing Ant as the build tool of choice for large open source Java projects because, unlike Ant, Maven is also a project management tool that can run reports, generate a project website, and facilitate communication among members of a working team. To use Maven, everything you need to know is in this guide. The first part demonstrates the tool's capabilities through the development, from ideation to deployment, of several sample applications -- a simple software development project, a simple web application, a multi-module project, and a multi-module enterprise project. The second part offers a complete reference guide that includes: * The POM and Project Relationships * The Build Lifecycle * Plugins * Project website generation * Advanced site generation * Reporting * Properties * Build Profiles * The Maven Repository * Team Collaboration * Writing Plugins * IDEs such as Eclipse, IntelliJ, ands NetBeans * Using and creating assemblies * Developing with Maven Archetypes Several sources for Maven have appeared online for some time, but nothing served as an introduction and comprehensive reference guide to this tool -- until now. Maven: The Definitive Guide is the ideal book to help you manage development projects for software, web applications, and enterprise applications. And it comes straight from the source.
作者简介 · · · · · ·
Written by Maven creator Jason Van Zyl and his team at Sonatype, Maven: The Definitive Guide clearly explains how this popular tool can bring order to your software development projects. The first part of the book demonstrates Maven's capabilities through the development of several sample applications from ideation to deployment, and the second part offers a complete reference ...
Written by Maven creator Jason Van Zyl and his team at Sonatype, Maven: The Definitive Guide clearly explains how this popular tool can bring order to your software development projects. The first part of the book demonstrates Maven's capabilities through the development of several sample applications from ideation to deployment, and the second part offers a complete reference guide. Concise and to the point, this is the only guide you need to manage your project.
喜欢读"Maven"的人也喜欢 · · · · · ·
Maven的书评 · · · · · · ( 全部 2 条 )
> 更多书评 2篇
读书笔记 · · · · · ·
我来写笔记-
龙三 (の日常)
We’ve highlighted the Maven coordinates for this project: groupId, artifactId, version and packaging. These combined identifiers make up a project’s coordinates.Just as in any other coordinate system, a Maven coordinate is an address for a specific point in “space”: from general to specific. Maven pinpoints a project via its coordinates when one project relates to another, either as a depen...2014-06-28 16:02:08
We’ve highlighted the Maven coordinates for this project: groupId, artifactId, version and packaging. These combined identifiers make up a project’s coordinates.Just as in any other coordinate system, a Maven coordinate is an address for a specific point in “space”: from general to specific. Maven pinpoints a project via its coordinates when one project relates to another, either as a dependency, a plugin, or a parent project reference. Maven coordinates are often written using a colon as a delimiter in the following format: groupId:artifactId:packaging:version.
These four elements become the key to locating and using one particular project in the vast space of other “Mavenized” projects (see Figure 3-6). Maven repositories (public, private, and local) are organized according to these identifiers. When this project is installed into the local Maven repository, it immediately becomes locally available to any other project that wishes to use it. All you must do is add it as a dependency of another project using the unique Maven coordinates for a specific artifact.
回应 2014-06-28 16:02:08
-
龙三 (の日常)
We’ve highlighted the Maven coordinates for this project: groupId, artifactId, version and packaging. These combined identifiers make up a project’s coordinates.Just as in any other coordinate system, a Maven coordinate is an address for a specific point in “space”: from general to specific. Maven pinpoints a project via its coordinates when one project relates to another, either as a depen...2014-06-28 16:02:08
We’ve highlighted the Maven coordinates for this project: groupId, artifactId, version and packaging. These combined identifiers make up a project’s coordinates.Just as in any other coordinate system, a Maven coordinate is an address for a specific point in “space”: from general to specific. Maven pinpoints a project via its coordinates when one project relates to another, either as a dependency, a plugin, or a parent project reference. Maven coordinates are often written using a colon as a delimiter in the following format: groupId:artifactId:packaging:version.
These four elements become the key to locating and using one particular project in the vast space of other “Mavenized” projects (see Figure 3-6). Maven repositories (public, private, and local) are organized according to these identifiers. When this project is installed into the local Maven repository, it immediately becomes locally available to any other project that wishes to use it. All you must do is add it as a dependency of another project using the unique Maven coordinates for a specific artifact.
回应 2014-06-28 16:02:08
-
龙三 (の日常)
We’ve highlighted the Maven coordinates for this project: groupId, artifactId, version and packaging. These combined identifiers make up a project’s coordinates.Just as in any other coordinate system, a Maven coordinate is an address for a specific point in “space”: from general to specific. Maven pinpoints a project via its coordinates when one project relates to another, either as a depen...2014-06-28 16:02:08
We’ve highlighted the Maven coordinates for this project: groupId, artifactId, version and packaging. These combined identifiers make up a project’s coordinates.Just as in any other coordinate system, a Maven coordinate is an address for a specific point in “space”: from general to specific. Maven pinpoints a project via its coordinates when one project relates to another, either as a dependency, a plugin, or a parent project reference. Maven coordinates are often written using a colon as a delimiter in the following format: groupId:artifactId:packaging:version.
These four elements become the key to locating and using one particular project in the vast space of other “Mavenized” projects (see Figure 3-6). Maven repositories (public, private, and local) are organized according to these identifiers. When this project is installed into the local Maven repository, it immediately becomes locally available to any other project that wishes to use it. All you must do is add it as a dependency of another project using the unique Maven coordinates for a specific artifact.
回应 2014-06-28 16:02:08
以下书单推荐 · · · · · · ( 全部 )
- 计算机配置管理类 (chercher)
- 大规模WEB系统架构师之路 (豆友37257950)
- 代码世界 (KiteRunner)
- 项目部署和版本控制 (漫天雪眷风)
- dev-Java工程师 (玄鸟西)
谁读这本书?
二手市场
订阅关于Maven的评论:
feed: rss 2.0
1 有用 [已软注销] 2013-06-28 11:44:46
java程序员真辛苦
0 有用 AlexHe 2011-06-26 22:30:00
看了前面几章而已
0 有用 hoterran 2021-07-12 13:51:27
2013 年读的,早期 java 入门书。
0 有用 flyloong 2013-07-21 11:21:05
以前遇到的很多Maven构建问题,都用了丑陋蹩脚的方法解决,其实,在彻底地了解了这个工具之后,是能够找到最佳的解决方案的。
0 有用 einverne 2018-11-22 10:59:05
虽然是一本很老的书,但是原理还是比较清楚,至于代码部分对比最新版本学习吧,改动还是非常大的。
0 有用 阿凡达弟弟 2022-05-30 16:46:59
快速略读了前几章,一本关于maven的书居然还贴Spring,数据库代码的,对非相关技术人员太不友好了。
0 有用 hoterran 2021-07-12 13:51:27
2013 年读的,早期 java 入门书。
0 有用 今日食柠檬 2020-05-18 10:37:32
2020年17本书,官方的书籍。无奈版本还是Maven 2,有些内容已经过时了。不过对maven的理念描述得不错,配置大于约定,maven解决的问题,生命周期,插件,一些项目构建的实践等。就是东西有点太多,私仓的搭建,与eclipse的集成等等都在一本书里面说。不够精简。
0 有用 轩辕拾銉 2019-06-27 16:14:25
看的中文版, 不错的入门书, 很多东西该讲的都讲了; 已经出了第二版, 问题是搞不到
0 有用 einverne 2018-11-22 10:59:05
虽然是一本很老的书,但是原理还是比较清楚,至于代码部分对比最新版本学习吧,改动还是非常大的。