Answers for "maven plugin to use to specify the version of the compile"

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 "maven plugin to use to specify the version of the compile"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language