[
https://issues.apache.org/jira/browse/HBASE-15644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15240000#comment-15240000
]
Appy commented on HBASE-15644:
------------------------------
Can we pull in the plugin from org.scala-tools?
Uploading a patch that works. (scala-tools.patch)
One not so good thing is, it requires change in ~/.m2/settings.xml.
Specifically, we need to add a pluginGroup.
{noformat}
<pluginGroups>
<pluginGroup>org.scala-tools</pluginGroup>
</pluginGroups>
{noformat}
Since we use private repo, i guess it can be made to work in jenkins precommit
too.
> disable precommit scaladoc test
> -------------------------------
>
> Key: HBASE-15644
> URL: https://issues.apache.org/jira/browse/HBASE-15644
> Project: HBase
> Issue Type: Task
> Components: build
> Reporter: Sean Busbey
> Assignee: Sean Busbey
> Attachments: HBASE-15644.1.patch, scala-tools.patch
>
>
> we don't have the necessary maven modules handy to build scaladoc. afaik we
> haven't been relying on it to date (though maybe we should). For now, just
> disable the test so that precommit won't spend time on it.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)