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 answers

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.