We wait a first "official" release of 2.8.0 to adapt the maven plugin.
If I've got time I'll release a version that support scaladoc2
(2.8.0+) today or tomorrow.
/davidB
/davidB
Hello David,
I faced strange thing. When I explicitly specify version 2.13.2-
SNAPSHOT in my pom.xml, it generates scaladoc2 indeed, but compilation
fails with absolutely stupid error (error overriding method
HttpServletRequest.getParameterMap() returning java.util.Map with
method returning java.util.Map[String, Array[String]] or so). Attempt
to specify version only in <reporting> section didn't help. So now I
can either compile or build javadocs. All other versions are fixed.
Particular, Scala 2.8.0.Beta1.