zachgk commented on issue #15618: mvn install produces packages with invalid pom xml URL: https://github.com/apache/incubator-mxnet/issues/15618#issuecomment-514815118 I looked into this a bit. There are other non-expanded properties such as `${cxx}` and `${project.parent.basedir}` so I believe SBT should generally handle these. I think `${libtype}` is different because it uses an activation https://github.com/apache/incubator-mxnet/blob/master/scala-package/pom.xml#L124. So, it will automatically set the appropriate libtype based on the detected operating system and maybe SBT is not handling this. Do you know if you can manually set either the os profile or the properties associated with that profile when pulling in the dependency?
---------------------------------------------------------------- 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
