Does Maven have a Java Compiler

80 Views Asked by At

In the articles I've read about Maven, I can't tell for sure whether Maven itself has a Java compiler or whether it relies on the compiler in JDK or both.

1

There are 1 best solutions below

0
lance-java On BEST ANSWER

Maven does not have an embedded compiler. Maven requires that you set the JAVA_HOME environment variable which points to a JDK installation.