Answers for "configure your pom.xml file to include maven compiler and execution plugin"

4

properties java 8 maven in pom xml

<properties>
    <maven.compiler.source>1.8</maven.compiler.source>
    <maven.compiler.target>1.8</maven.compiler.target>
</properties>
Posted by: Guest on March-17-2020

Code answers related to "configure your pom.xml file to include maven compiler and execution plugin"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language