- 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
推薦閱讀
- Data Visualization with D3 4.x Cookbook(Second Edition)
- C++程序設(shè)計教程
- MySQL數(shù)據(jù)庫應(yīng)用與管理 第2版
- Rake Task Management Essentials
- x86匯編語言:從實模式到保護模式(第2版)
- Spring Cloud、Nginx高并發(fā)核心編程
- AutoCAD VBA參數(shù)化繪圖程序開發(fā)與實戰(zhàn)編碼
- INSTANT Passbook App Development for iOS How-to
- Julia高性能科學(xué)計算(第2版)
- 區(qū)塊鏈底層設(shè)計Java實戰(zhàn)
- Python語言實用教程
- 一步一步跟我學(xué)Scratch3.0案例
- Visual Basic 程序設(shè)計實踐教程
- Continuous Delivery and DevOps:A Quickstart Guide Second Edition
- Spring Boot從入門到實戰(zhàn)