Overview Maven Plugins
Overview Maven Plugins
Beginner to Guru
• By default removes /target directory project root and submodule root folders
Maven Compiler Plugin
• Build Lifecycle - DEFAULT
• Has two goals - compiler:compile, compiler:testCompile
• By Default uses the compiler ‘javax.tools.JavaCompiler
• Often done in CI
• Configuration is typically part of the Maven POM
Maven Site Plugin
• Build Lifecycle - SITE
• Has 7 goals:
• site:site - Generate site for project