Compile source code using Maven Compiler Plugin
To compile the source code in Maven, we will usually use the Maven Compiler Plugin. It allows us to configure the version of Java that we want to compile the source code. For example, if you write code using the syntax of Java 7 and… Read More