- Mastering Apache Maven 3
- Prabath Siriwardena
- 194字
- 2021-08-06 19:46:36
Preface
Maven is the number one build tool used by developers, and it has been available for more than a decade. Maven stands out among other build tools due to its extensible architecture, which is built on the concept of convention over configuration. This has made Maven the de-facto tool to manage and build Java projects. It's being widely used by many open source Java projects under Apache Software Foundation, SourceForge, Google Code, and many more.
Mastering Apache Maven 3 provides a step-by-step guide that will show you how to use Apache Maven in an optimal way to address enterprise build requirements. After reading this book, you will be able to:
- Apply Maven's best practices in designing a build system to improve developers' productivity
- Customize the build process to suit your enterprise needs by developing custom Maven plugins, lifecycles, and archetypes
- Troubleshoot build issues with greater confidence
- Implement and deploy a Maven repository manager to manage the build process in a better way
- Design the build with proper dependency management, avoiding any maintenance nightmares
- Optimize the Maven configuration settings
- Build your own distribution archive using Maven assemblies
- Build custom Maven lifecycles and lifecycle extensions
推薦閱讀
- Python從菜鳥到高手(第2版)
- Java從入門到精通(第5版)
- 碼上行動(dòng):零基礎(chǔ)學(xué)會(huì)Python編程(ChatGPT版)
- 營銷數(shù)據(jù)科學(xué):用R和Python進(jìn)行預(yù)測分析的建模技術(shù)
- 算法精粹:經(jīng)典計(jì)算機(jī)科學(xué)問題的Python實(shí)現(xiàn)
- Apache Karaf Cookbook
- Hands-On C++ Game Animation Programming
- C語言程序設(shè)計(jì)
- Hands-On Functional Programming with TypeScript
- Mastering Business Intelligence with MicroStrategy
- Microsoft Azure Storage Essentials
- 區(qū)塊鏈項(xiàng)目開發(fā)指南
- iOS開發(fā)項(xiàng)目化入門教程
- Python預(yù)測分析與機(jī)器學(xué)習(xí)
- Flutter從0基礎(chǔ)到App上線