Trying to compile a Maven project using JDK 9.0.1 I\'m facing this stacktrace without much of an explanation:
Exception in thread \"main\" java.lang.Assertio
Just add this
true
to your maven compiler build plugin in your POM and you'll see all the javac errors! Source with more details