zachgk commented on a change in pull request #13819: Add new Maven build for Scala package URL: https://github.com/apache/incubator-mxnet/pull/13819#discussion_r246502429
########## File path: scala-package/spark/README.md ########## @@ -16,7 +16,8 @@ Checkout the [Installation Guide](http://mxnet.io/get_started/setup.html) contai Compile the Scala Package by ```bash -make scalapkg +cd scala-package +mvn install Review comment: The equivalent of make scalapkg is "mvn package" ---------------------------------------------------------------- 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
