szha commented on a change in pull request #14013: Remove all usages of
makefile for scala
URL: https://github.com/apache/incubator-mxnet/pull/14013#discussion_r251679093
##########
File path: docs/mxdoc.py
##########
@@ -105,8 +105,7 @@ def build_r_docs(app):
def build_scala(app):
"""build scala for scala docs, java docs, and clojure docs to use"""
- _run_cmd("cd %s/.. && make scalapkg" % app.builder.srcdir)
- _run_cmd("cd %s/.. && make scalainstall" % app.builder.srcdir)
+ _run_cmd("cd %s/.. && mvn install -DskipTests" % app.builder.srcdir)
Review comment:
http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Fwebsite/detail/PR-14013/2/pipeline#step-102-log-2211
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services