Today's Question:  What does your personal desk look like?        GIVE A SHOUT

 ALL


  Add compiler argument to build Maven project

Maven is a software project to manage a project's build, reporting and documentation from a central piece of information. It's now widely used t build and deploy projects. It can help automatically maintain the dependencies of projects. There is a central project configuration file named pom.xml. Here you can configure the project you want to build. In this post, we will show you how to add compiler argument when using javac to compile Java source code. Sometimes we need to pass compiler arguments when we compile source code, for example, we may want to specify the -source and -targe...

25,482 1       MAVEN COMPILER ARGUMENT COMPILER OPTION JAVA 8