- 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
推薦閱讀
- Django+Vue.js商城項目實戰
- Visual FoxPro程序設計教程(第3版)
- Python數據分析基礎
- Cocos2d-x游戲開發:手把手教你Lua語言的編程方法
- 神經網絡編程實戰:Java語言實現(原書第2版)
- Wireshark Network Security
- Building Cross-Platform Desktop Applications with Electron
- 用Flutter極速構建原生應用
- Unity 5 for Android Essentials
- Swift Playgrounds少兒趣編程
- 零基礎學C語言(第4版)
- Java Web開發教程:基于Struts2+Hibernate+Spring
- 大話程序員:從入門到優秀全攻略
- Spring Microservices
- 機器人ROS開發實踐