This is an automated email from the ASF dual-hosted git repository.

shimamoto pushed a commit to branch release/0.14.0
in repository https://gitbox.apache.org/repos/asf/predictionio.git


The following commit(s) were added to refs/heads/release/0.14.0 by this push:
     new b6d1978  Fixes a bug that the parent project is missing from Maven 
repo (#511)
b6d1978 is described below

commit b6d1978b010506a72b341fbeccb6c24787febcca
Author: takako shimamoto <[email protected]>
AuthorDate: Fri Mar 1 14:19:45 2019 +0900

    Fixes a bug that the parent project is missing from Maven repo (#511)
---
 build.sbt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/build.sbt b/build.sbt
index 9da1e89..bbf6c68 100644
--- a/build.sbt
+++ b/build.sbt
@@ -167,7 +167,6 @@ val root = (project in file(".")).
   settings(commonSettings: _*).
   enablePlugins(ScalaUnidocPlugin).
   settings(
-    skip in publish := true,
     unidocProjectFilter in (ScalaUnidoc, unidoc) := inAnyProject -- 
inProjects(dataElasticsearch, dataElasticsearch1),
     unidocProjectFilter in (JavaUnidoc, unidoc) := inAnyProject -- 
inProjects(dataElasticsearch, dataElasticsearch1),
     scalacOptions in (ScalaUnidoc, unidoc) ++= Seq(

Reply via email to