Search code examples
javamaven-2

Finding out which compiler Maven uses


Do you know how I can find out which of my JDKs Maven uses to compile my projects?


Solution

  • mvn -version will spit out the version of maven and the jdk it is using.