zachgk commented on issue #15634: mxnet-full jar depends on mxnet-core and mxnet-infer jars while containing all their classes URL: https://github.com/apache/incubator-mxnet/issues/15634#issuecomment-514380524 @vkorenev Are you looking at the versioned mxnet-full or the INTERNAL one? When you build the assembly module, it flattens and includes the code from the other modules. Once they are flattened, we deploy it and use https://github.com/apache/incubator-mxnet/blob/master/scala-package/deploy/pom.xml as the pom.xml instead of the one inherited from the assembly plugin. You can view the deployed version by running `mvn deploy` and then looking in your `deploy/target/repo` folder
---------------------------------------------------------------- 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
