- Maven Essentials
- Prabath Siriwardena
- 316字
- 2021-07-30 10:11:26
What this book covers
Chapter 1, Apache Maven Quick Start, focuses on building a basic foundation around Maven to get started. It starts by explaining the basic steps to install and configure Maven on Ubuntu, Mac OS X, and Microsoft Windows operating systems. The latter part of the chapter covers some of the common useful Maven tips and tricks.
Chapter 2, Understanding the Project Object Model (POM), focuses on the Maven Project Object Model (POM) and how to adhere to the industry-wide accepted best practices to avoid maintenance nightmares. The key elements of a POM file, POM hierarchy and inheritance, managing dependencies, and related topics are covered here.
Chapter 3, Maven Archetypes, focuses on how Maven archetypes provide a way of reducing repetitive work in building Maven projects. There are thousands of archetypes out there that are available publicly to help you build different types of projects. This chapter covers a commonly used set of archetypes.
Chapter 4, Maven Plugins, covers some of the most commonly used Maven plugins and then explains how plugins are discovered and executed. Maven only provides a build framework, while the Maven plugins perform the actual tasks. Maven has a large, rich set of plugins, and the chances are very small that you will have to write your own custom plugin.
Chapter 5, Build Lifecycles, explains how the three standard lifecycles work and how we can customize them. Later in the chapter, we discuss how to develop our own lifecycle extensions.
Chapter 6, Maven Assemblies, covers real-world examples of how to use the Maven assembly plugin in detail, and finally concludes with an end-to-end sample Maven project.
Chapter 7, Best Practices, looks at and highlights some of the best practices to be followed in a large-scale development project with Maven. It is always recommended to follow the best practices since it will drastically improve developer productivity and reduce any maintenance nightmares.
- JavaScript+DHTML語法與范例詳解詞典
- Visual Basic 6.0程序設計計算機組裝與維修
- Java高并發核心編程(卷2):多線程、鎖、JMM、JUC、高并發設計模式
- Java面向對象軟件開發
- 兩周自制腳本語言
- vSphere High Performance Cookbook
- 零基礎學Scratch少兒編程:小學課本中的Scratch創意編程
- Vue.js 3.x從入門到精通(視頻教學版)
- Koa開發:入門、進階與實戰
- 零基礎學Java程序設計
- 高級語言程序設計(C語言版):基于計算思維能力培養
- Visual Basic程序設計上機實驗教程
- Android項目實戰:手機安全衛士開發案例解析
- Learning Node.js for .NET Developers
- DB2SQL性能調優秘笈