Snippets tagged “maven-compiler-plugin”
1 snippet uses this tag.
- How to set specific Java version to Maven?Java
To set a specific Java version for Maven, you can specify the maven.compiler.source and maven.compiler.target properties in the pom.xml file.