stevedlawrence opened a new pull request, #1147:
URL: https://github.com/apache/daffodil/pull/1147
The sbt-native-packager plugin does not include the crossVersion in the
Daffodil jars that it packages in tar/zip/RPM/etc. This could be useful for
more easily comparing jars from maven (which do include the crossVersion) or
creating a local Ivy/maven repo.
The plugin does not have an configuration option to set this, so this
directly modifies the mappings that the plugin creates to include the
crossVersion for Daffodil jars only.
For example, a package mapping that was previously this:
lib/org.apache.daffodil.daffodil-lib-3.7.0.jar
is now changed to this:
lib/org.apache.daffodil.daffodil-lib_2.12-3.7.0.jar
DAFFODIL-2849
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]