- Maven Essentials
- Prabath Siriwardena
- 126字
- 2021-07-30 10:11:27
Chapter 1. Apache Maven Quick Start
Apache Maven is popular as a build tool. However, in reality, it goes beyond being just a build tool. It provides a comprehensive build management platform. Prior to Maven, developers had to spend a lot of time in building a build system. There was no common interface. It differed from project to project, and each time a developer moved from one project to another, there was a learning curve. Maven filled this gap by introducing a common interface. It merely ended the era of the build engineer.
In this chapter, we will talk about the following topics:
- Installing and configuring Maven on Ubuntu, Mac OS X, and Microsoft Windows
- IDE integration
- Tips and tricks for using Maven effectively
推薦閱讀
- Java入門經典(第6版)
- Spring Cloud Alibaba微服務架構設計與開發實戰
- Unity Virtual Reality Projects
- Flask Web開發入門、進階與實戰
- Learning Neo4j 3.x(Second Edition)
- Mastering Swift 2
- Effective Python Penetration Testing
- Visual Basic程序設計實驗指導(第4版)
- Visual C++應用開發
- Windows Server 2016 Automation with PowerShell Cookbook(Second Edition)
- 計算機應用基礎案例教程
- Mastering Akka
- Python大學實用教程
- Python語言科研繪圖與學術圖表繪制從入門到精通
- 實驗編程:PsychoPy從入門到精通