This is an automated email from the ASF dual-hosted git repository.
slawrence pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-daffodil.git
The following commit(s) were added to refs/heads/master by this push:
new b1220c8 Include the DISCLAIMER in jars
b1220c8 is described below
commit b1220c868450841deb0bfa5fa2274dffba7e42bb
Author: Steve Lawrence <[email protected]>
AuthorDate: Wed Apr 8 09:44:18 2020 -0400
Include the DISCLAIMER in jars
DAFFODIL-2315
---
build.sbt | 1 +
1 file changed, 1 insertion(+)
diff --git a/build.sbt b/build.sbt
index 494af33..32b63d5 100644
--- a/build.sbt
+++ b/build.sbt
@@ -139,6 +139,7 @@ lazy val commonSettings = Seq(
licenses := Seq("Apache License, Version 2.0" ->
url("https://www.apache.org/licenses/LICENSE-2.0")),
mappings in (Compile, packageBin) += baseDirectory.value / ".." / "LICENSE"
-> "META-INF/LICENSE",
mappings in (Compile, packageBin) += baseDirectory.value / ".." / "NOTICE"
-> "META-INF/NOTICE",
+ mappings in (Compile, packageBin) += baseDirectory.value / ".." /
"DISCLAIMER" -> "META-INF/DISCLAIMER",
homepage := Some(url("https://daffodil.apache.org")),
unmanagedBase := baseDirectory.value / "lib" / "jars",
sourceManaged := baseDirectory.value / "src_managed",