I'm using the latest maven 3.3.9 which enforces java 8, and trying to compile a project in java 7 using a java 7 maven toolchain. As per: The maven guide I'
Is there any way to make maven run ant with a JDK that is defined using maven toolchains plugin? Why? I'm testing if I can convert a legacy ant based project t
If I define toolchain plugin in activated by default profile it's not working for some plugin such as maven-javadoc-plugin(for maven-compiler-plugin it is worki