You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.
The Maven Toolchains Plugin allows to e.g. define a different JDK for the compilation than the one being used to run maven.
While testing I noticed that the apt-maven-plugin does not support it. The build was running with JDK 1.7 and the toolchains-plugin required JDK 1.8.
The output:
The build is successful when executed with JDK 1.8.
It would be great if the apt-maven-plugin supported the maven-toolchains-plugin.
The text was updated successfully, but these errors were encountered: