I'm glad to announce that manifests don't require a mirror anymore if
you use them solely to create arrays:
https://github.com/scala/scala/pull/411.
This means that scala-compiler.jar is now required on the classpath
*of the classloader that loaded scala-library.jar* only if you
explicitly inspect a tpe (or a symbol) of a manifest, or use <:<, >:>
or typeArguments.
Bottom line is that maven should work as it used to, even without
<fork>false</false>.