Skip to content

Commit

Permalink
Make sure LICENSE and NOTICE get included in binary distro archive.
Browse files Browse the repository at this point in the history
  • Loading branch information
kubycsolutions committed Dec 25, 2023
1 parent 7ff4a17 commit 9c80275
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions distribution/src/assembly/bin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,18 @@
Should pick up version from variable...?
-->
<fileSets>
<fileSet>
<directory>..</directory>
<!-- Strict filtering is supposed to test for file presence,
and error if not. Nice, but doesn't seem supported in
this version of the plug-in. -->
<!-- <useStrictFiltering>true</useStrictFiltering> -->
<outputDirectory>META-INF</outputDirectory>
<includes>
<include>LICENSE.txt</include>
<include>NOTICE.txt</include>
</includes>
</fileSet>
<fileSet>
<directory>../target/site</directory>
<!-- Might want explicitly defined values in parent. TODO GONK -->
Expand Down

0 comments on commit 9c80275

Please sign in to comment.