January 2021
Intermediate to advanced
560 pages
15h 13m
English
This chapter covers
The conventional view serves to protect us from the painful job of thinking.
--John Kenneth Galbraith
This chapter discusses a common build system tool called Maven. In the previous chapters, with provided Maven projects, you needed only to look at some external dependencies, run some simple commands, or run the tests from inside the IDE. This chapter gives you a brief introduction to the Maven build system, which will be very useful if you need a systematic way to start your tests.
Maven addresses two aspects of building software. First, it describes how software ...