From commits-return-4581-archive-asf-public=cust-asf.ponee.io@predictionio.apache.org Tue Feb 13 00:59:02 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 08849180652 for ; Tue, 13 Feb 2018 00:59:01 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id EBCF5160C61; Mon, 12 Feb 2018 23:59:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 3E734160C3F for ; Tue, 13 Feb 2018 00:59:00 +0100 (CET) Received: (qmail 89722 invoked by uid 500); 12 Feb 2018 23:58:59 -0000 Mailing-List: contact commits-help@predictionio.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@predictionio.apache.org Delivered-To: mailing list commits@predictionio.apache.org Received: (qmail 89709 invoked by uid 99); 12 Feb 2018 23:58:59 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Feb 2018 23:58:59 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id DE1F0C000A for ; Mon, 12 Feb 2018 23:58:58 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -11.731 X-Spam-Level: X-Spam-Status: No, score=-11.731 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_DEF_SPF_WL=-7.5] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id YirbN-4njFbh for ; Mon, 12 Feb 2018 23:58:57 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 8E4115F4DC for ; Mon, 12 Feb 2018 23:58:56 +0000 (UTC) Received: (qmail 89684 invoked by uid 99); 12 Feb 2018 23:58:55 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Feb 2018 23:58:55 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 23A83E08A1; Mon, 12 Feb 2018 23:58:53 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: donald@apache.org To: commits@predictionio.incubator.apache.org Message-Id: <2c3feb3592d74789bdd84df4110ce871@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: predictionio git commit: [PIO-147] Fix broken Scala API documentation Date: Mon, 12 Feb 2018 23:58:53 +0000 (UTC) Repository: predictionio Updated Branches: refs/heads/livedoc 7169b696a -> 9547507e4 [PIO-147] Fix broken Scala API documentation Project: http://git-wip-us.apache.org/repos/asf/predictionio/repo Commit: http://git-wip-us.apache.org/repos/asf/predictionio/commit/9547507e Tree: http://git-wip-us.apache.org/repos/asf/predictionio/tree/9547507e Diff: http://git-wip-us.apache.org/repos/asf/predictionio/diff/9547507e Branch: refs/heads/livedoc Commit: 9547507e46ca8eacc3026d7646c3a352b0a6c680 Parents: 7169b69 Author: Donald Szeto Authored: Mon Feb 12 15:56:53 2018 -0800 Committer: Donald Szeto Committed: Mon Feb 12 15:57:37 2018 -0800 ---------------------------------------------------------------------- build.sbt | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/predictionio/blob/9547507e/build.sbt ---------------------------------------------------------------------- diff --git a/build.sbt b/build.sbt index c172aaa..0405cf7 100644 --- a/build.sbt +++ b/build.sbt @@ -195,8 +195,8 @@ val root = (project in file(".")). settings(commonSettings: _*). enablePlugins(ScalaUnidocPlugin). settings( - unidocProjectFilter in (ScalaUnidoc, unidoc) := inAnyProject -- inProjects(dataElasticsearch), - unidocProjectFilter in (JavaUnidoc, unidoc) := inAnyProject -- inProjects(dataElasticsearch), + unidocProjectFilter in (ScalaUnidoc, unidoc) := inAnyProject -- inProjects(dataElasticsearch, dataElasticsearch1), + unidocProjectFilter in (JavaUnidoc, unidoc) := inAnyProject -- inProjects(dataElasticsearch, dataElasticsearch1), scalacOptions in (ScalaUnidoc, unidoc) ++= Seq( "-groups", "-skip-packages", @@ -208,8 +208,16 @@ val root = (project in file(".")). "org.apache.predictionio.controller.html", "org.apache.predictionio.controller.java", "org.apache.predictionio.data.api", + "org.apache.predictionio.data.storage.*", + "org.apache.predictionio.data.storage.hdfs", + "org.apache.predictionio.data.storage.jdbc", + "org.apache.predictionio.data.storage.localfs", + "org.apache.predictionio.data.storage.s3", + "org.apache.predictionio.data.storage.hbase", "org.apache.predictionio.data.view", + "org.apache.predictionio.data.webhooks", "org.apache.predictionio.tools", + "org.apache.predictionio.workflow.html", "scalikejdbc").mkString(":"), "-doc-title", "PredictionIO Scala API",