We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9872aee commit 80c33a1Copy full SHA for 80c33a1
hbase-connectors-assembly/src/main/assembly/hbase-connectors-bin.xml
@@ -59,5 +59,17 @@
59
<source>../NOTICE.txt</source>
60
<outputDirectory>${file.separator}</outputDirectory>
61
</file>
62
+ <file>
63
+ <source>../README.md</source>
64
+ <outputDirectory>${file.separator}</outputDirectory>
65
+ </file>
66
67
+ <source>../CHANGELOG.md</source>
68
69
70
71
+ <source>../RELEASENOTES.md</source>
72
73
74
</files>
75
</assembly>
0 commit comments