vkorenev opened a new issue #15633: Packages with Scala classes should end with Scala major release version URL: https://github.com/apache/incubator-mxnet/issues/15633 Different major Scala releases (e.g. 2.11 and 2.12) are binary incompatible. There is a convention supported by sbt and other build tools that a Scala package with classes should end with underscore and major Scala version used to compile it. In addition to indicating the compatible Scala version, this allows versions of the same package compiled for different Scala versions to be stored at the same repository without interfering with each other. The current Maven build produces `mxnet-full_2.11` package which follows this convention. However, `mxnet-core` and `mxnet-infer` also contain classes compiled form Scala code, but they do not have `_2.11` at the end.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to 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
