Add NOTICE LICENSE and README to the distro

This commit is contained in:
Peter Palaga
2020-10-16 16:55:47 +02:00
parent 1d1cc009c2
commit 94e1e2e05d

View File

@@ -67,6 +67,11 @@
<fileSet to="mvnd-${project.version}-${os.detected.name}-${os.detected.arch}">
<directory path="${basedir}/src/main/distro"/>
<directory path="${basedir}/..">
<include>NOTICE.txt</include>
<include>LICENSE.txt</include>
<include>README.adoc</include>
</directory>
</fileSet>
<fileSet to="mvnd-${project.version}-${os.detected.name}-${os.detected.arch}/bin">
<directory path="${basedir}/../client/target">