[
https://issues.apache.org/jira/browse/MAHOUT-1562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14018839#comment-14018839
]
Pat Ferrel commented on MAHOUT-1562:
------------------------------------
The core Scala has been changing a lot lately due to abstracting it from Spark
dependencies, and maybe other reasons. It would help if we could get up to the
minute Scala docs published. The docs can be build locally by going into each
scala dir and running 'mvn scala:doc' then browsing files in
target/site/scaladocs. So the pom are ready for this but I don't know how the
Javadocs get published by Apache.
No idea where to start on this. I can push it if someone can advise. Is this an
Infra issue?
> Publish Scaladocs
> -----------------
>
> Key: MAHOUT-1562
> URL: https://issues.apache.org/jira/browse/MAHOUT-1562
> Project: Mahout
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 0.9
> Reporter: Pat Ferrel
> Priority: Minor
> Labels: scaladocs
> Fix For: 1.0
>
>
> The poms that relate to Scala have the maven-scala-plugin, which will
> generate Scaladocs if you navigate to the scala subproject and run
> mvn scala:doc
> They will appear in target/site/scaladocs for the subproject.
> This is not supported from the parent mahout pom
> This should be incorporated into the process that publishes the javadocs. It
> appears the Scala code is not publically browsable as Scaladocs. Not sure
> where this process lives but the scala stuff should probably follow that same
> pattern/process as javadocs
--
This message was sent by Atlassian JIRA
(v6.2#6252)