Chapter 4. Essential Maven Plugins
In this chapter, we will look at the following recipes:
- Using the Maven Clean plugin
- Using the Maven Compiler plugin
- Changing the compiler used by the Maven Compiler plugin
- Specifying the Java version for the Compiler plugin
- Using the Maven Surefire plugin to run unit tests
- Using the Maven Failsafe plugin to run integration tests
- Using the Maven Resources plugin
- Filtering using resources
- Using Eclipse to run Maven goals
- Using NetBeans to run Maven goals
- Using IntelliJ IDEA to run Maven goals