Do you know how I can find out which of my JDKs Maven uses to compile my projects?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
|
|
Sometimes you have to be aware of the Maven compiler plugin configuration, cause it could be that there is defined to use a different source/target configuration or may be to use a different JDK etc.
could give you the needed information. |
|||
|
|
|
The maven-compiler-plugin uses javac by default, and binds by default to the compile lifecycle phase. |
|||
|
|
