olabusayoT commented on issue #7:
URL: https://github.com/apache/daffodil-sbt/issues/7#issuecomment-4961664159
Closing as wont-fix. We recommend adding mappings to the build.sbt as below
```
Seq(packageBin, packageSrc, packageDoc).map { task =>
Compile / task / mappings ++= Seq("COPYRIGHT.txt", "LICENSE.txt",
"README.md")
.map{ name => (baseDirectory.value / name) -> name }
}
```
--
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]