tuxji commented on code in PR #1147: URL: https://github.com/apache/daffodil/pull/1147#discussion_r1456184599
########## daffodil-cli/build.sbt: ########## @@ -36,6 +36,22 @@ Universal / mappings ++= Seq( baseDirectory.value / "README.md" -> "README.md", ) +// When the sbt-native-packger plugin creates a tar/zip/RPM/etc, it does not include the +// crossVersion in mapping of jars built from this project (i.e. org.apache.daffodil jars only). +// There are cases where this crossVersion would be useful (e.g. consistenncy with Ivy jar names Review Comment: *consistency -- 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]
