文件名称:mvn_in_action_code

  • 所属分类:
  • 书籍源码
  • 资源属性:
  • 上传时间:
  • 2014-08-28
  • 文件大小:
  • 189kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 尹**
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

《maven实战》是国内第一本公开出版的Maven专著。它内容新颖,基于最新发布的Maven 3.0,不仅详尽讲解了Maven 3.0的所有新功能和新特性,而且还将这些新功能和新特性与Maven 2.x版本进行了对比,以便于正在使用Maven 2.x版本的用户能更好地理解。本书它内容全面,以从专家的角度阐释Maven的价值开篇,全面介绍了Maven的安装、配置和基本使用方法,以便于初学者参考;详细讲解了坐标和依赖、Maven仓库、生命周期和插件、聚合与继承等Maven的核心概念,建议所有读者仔细阅读;系统性地阐述了使用Nexus建立私服、使用Maven进行测试、使用Hudson进行持续集成、使用Maven构建Web应用、Maven的版本管理、Maven的灵活构建、生成项目站点和Maven的m2eclipse插件等实用性较强的高级知识,读者可有选择性的阅读;扩展性地讲解了如何Maven和Archetype插件,这部分内容对需要编写插件扩展Maven或需要编写Archetype维护自己的项目骨架以更便于团队开发的读者来说尤为有帮助。它实战性强,不仅绝大部分知识点都有相应的案例,而且本书还在第4章设计了一个背景案例,后面的很多章节都是围绕这个案例展开的,可操作性极强。 - Maven combat a book source, maven combat is the present disclosure is the first monograph published by Maven. It is the content of the novel, based on the latest release of Maven 3.0, not only to explain in detail the Maven 3.0 of all the new features and new features, but these new features and new features with Maven 2.x versions will be compared in order to re using Maven 2 .x version of the user can be better understood. It is comprehensive book to explain the value of Maven begins from the perspective of experts, a comprehensive introduction to Maven installation, configuration and basic usage, so that beginners reference explain in detail the coordinates and dependency, Maven repository, lifecycle and plug-ins , aggregation and inheritance Maven s core concepts is recommended for all readers to read systematically expounded the use of Nexus establish PW, using Maven for testing, using Hudson continuous integration, build a Web application using Maven, Maven version manageme
(系统自动生成,下载前可以参看下载内容)

下载文件列表





ch-3

....\hello-world

....\...........\src

....\...........\.settings

....\...........\src\test

....\...........\...\main

....\...........\...\test\java

....\...........\...\main\java

....\...........\...\test\java\com

....\...........\...\main\java\com

....\...........\...\test\java\com\juvenxu

....\...........\...\main\java\com\juvenxu

....\...........\...\test\java\com\juvenxu\mvnbook

....\...........\...\main\java\com\juvenxu\mvnbook

....\...........\...\test\java\com\juvenxu\mvnbook\helloworld

....\...........\...\main\java\com\juvenxu\mvnbook\helloworld

ch-5

....\account-email

....\.............\src

....\.............\.settings

....\.............\src\test

....\.............\...\main

....\.............\...\test\resources

....\.............\...\....\java

....\.............\...\main\resources

....\.............\...\....\java

....\.............\...\test\java\com

....\.............\...\main\java\com

....\.............\...\test\java\com\juvenxu

....\.............\...\main\java\com\juvenxu

....\.............\...\test\java\com\juvenxu\mvnbook

....\.............\...\main\java\com\juvenxu\mvnbook

....\.............\...\test\java\com\juvenxu\mvnbook\account

....\.............\...\main\java\com\juvenxu\mvnbook\account

....\.............\...\test\java\com\juvenxu\mvnbook\account\email

....\.............\...\main\java\com\juvenxu\mvnbook\account\email

ch-7

....\.settings

....\src

....\...\test

....\...\main

....\...\test\resources

....\...\....\java

....\...\main\resources

....\...\....\java

....\...\....\....\com

....\...\....\....\...\juvenxu

....\...\....\....\...\.......\mvnbook

....\...\....\....\...\.......\.......\template

....\...\....\....\...\.......\.......\........\method

ch-8

....\account-parent

....\account-aggregator

....\........parent\account-email

....\..............\account-persist

....\..............\.settings

....\........aggregator\account-persist

....\..................\account-parent

....\..................\account-email

....\........parent\account-email\.settings

....\..............\.............\src

....\..............\........persist\.settings

....\..............\...............\src

....\........aggregator\account-persist\src

....\..................\........email\src

....\........parent\account-email\src\main

....\..............\.............\...\test

....\..............\........persist\src\test

....\..............\...............\...\main

....\........aggregator\account-persist\src\test

....\..................\...............\...\main

....\..................\........email\src\test

....\..................\.............\...\main

....\........parent\account-email\src\main\resources

....\..............\.............\...\....\java

....\..............\.............\...\test\resources

....\..............\.............\...\....\java

....\..............\........persist\src\test\resources

....\..............\...............\...\....\java

....\..............\...............\...\main\resources

....\..............\...............\...\....\java

....\........aggregator\account-persist\src\test\resources

....\..................\...............\...\....\java

....\..................\...............\...\main\resources

....\..................\...............\...\....\java

....\..................\........email\src\test\resources

....\..................\.............\...\....\java

....\..................\.............\...\main\resources

....\..................\.............\...\....\java

....\........parent\account-email\src\main\java\com

....\..............\.............\...\test\java\com

....\..............\........persist\src\test\java\com

....\..............\...............\...\main\java\com

....\........aggregator\account-persist\src\test\java\com

....\..................\...............\...\main\java\com

....\..................\........email\src\test\java\com

....\..................\.............\...\main\java\com

....\........parent\account-email\src\main\java\com\juvenxu

....\..............\.............\...\test\java\com\juvenxu

....\..............\........persist\src\test\java\com\juvenxu

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org