This is an automated email from the ASF dual-hosted git repository.
namelchev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-extensions.git
The following commit(s) were added to refs/heads/master by this push:
new 44a4a3c IGNITE-14568 Add LICENSE and NOTICE files to the release
package of the performance-statistics-ext extension
44a4a3c is described below
commit 44a4a3c0d9c7cdccf3aadb1f8ebf565103f17be6
Author: Nikita Amelchev <[email protected]>
AuthorDate: Tue Apr 20 11:04:08 2021 +0300
IGNITE-14568 Add LICENSE and NOTICE files to the release package of the
performance-statistics-ext extension
---
modules/performance-statistics-ext/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/performance-statistics-ext/pom.xml
b/modules/performance-statistics-ext/pom.xml
index e9e7adf..01d7135 100644
--- a/modules/performance-statistics-ext/pom.xml
+++ b/modules/performance-statistics-ext/pom.xml
@@ -193,6 +193,7 @@
</copy>
<copy
todir="${project.build.directory}/${release.package}">
<fileset file="${basedir}/README.txt"/>
+ <filelist dir="${basedir}/../../"
files="LICENSE,NOTICE"/>
</copy>
<chmod
dir="${project.build.directory}/${release.package}"