March 09
Prof. Ismael H. F. Santos                                                                               2
POM Build settings
nBuild (cont.)- build section configures plug-in executions, adds extensions to them, mucks with the build lifecycle, and has a role to play in POM inheritance via the dependencyManagement element. nOne of the more common plug-ins configured is the compiler plug-in. The maven-compiler-plugin defaults to compile Java code as J2SE 1.3-compliant, and                                                                      must be configured for                                                                      any other setting. For  a                                                                   project using Java SE 5,                                                                  the plug-in would be                                                                    configured as follows:
n
n
n