- Spring 5.0 By Example
- Claudio Eduardo de Oliveira
- 194字
- 2021-06-24 19:17:28
Installing Maven
Maven is a popular build tool for Java development. Some important open source projects were built using this tool. There are features that facilitate the build process, standardize the project structure, and provide some guidelines for best practices development.
We will install Maven, but the installation step should be executed after the OpenJDK installation.
Open a terminal and execute the following:
sudo apt-get install maven -y
Check the installation using this command:
mvn -version
You should see the following output, although the version may be different for you:

Well done. Now we have Maven installed. Maven has a vibrant community that produces many plugins to help developers with important tasks. There are plugins to execute a unit test and plugins to prepare the project for the release event that can be integrated with SCM software.
We will use the spring boot maven plugin and docker maven plugin. The first converts our application to a JAR file and the second enables us to integrate with Docker Engine to create images, run containers, and much more. In the next few chapters, we will learn how to configure and interact with these plugins.
- Cocos2d Cross-Platform Game Development Cookbook(Second Edition)
- 高手是如何做產(chǎn)品設(shè)計(jì)的(全2冊(cè))
- Spring 5.0 By Example
- Arduino開發(fā)實(shí)戰(zhàn)指南:LabVIEW卷
- PHP網(wǎng)絡(luò)編程學(xué)習(xí)筆記
- Learning Data Mining with R
- Spring Boot Cookbook
- 程序設(shè)計(jì)基礎(chǔ)教程:C語言
- Web前端應(yīng)用開發(fā)技術(shù)
- 編寫高質(zhì)量代碼:改善Objective-C程序的61個(gè)建議
- C編程技巧:117個(gè)問題解決方案示例
- 軟件設(shè)計(jì)模式(Java版)
- INSTANT Apache Maven Starter
- 亮劍C#項(xiàng)目開發(fā)案例導(dǎo)航
- Hands-On Game Development Patterns with Unity 2019