You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by na...@apache.org on 2021/04/20 08:06:19 UTC

[ignite-extensions] branch ignite-performance-statistics-ext-1.0.0 updated: IGNITE-14568 Add LICENSE and NOTICE files to the release package of the performance-statistics-ext extension

This is an automated email from the ASF dual-hosted git repository.

namelchev pushed a commit to branch ignite-performance-statistics-ext-1.0.0
in repository https://gitbox.apache.org/repos/asf/ignite-extensions.git


The following commit(s) were added to refs/heads/ignite-performance-statistics-ext-1.0.0 by this push:
     new 26fedfa  IGNITE-14568 Add LICENSE and NOTICE files to the release package of the performance-statistics-ext extension
26fedfa is described below

commit 26fedfad954852a59f15bbd8f5b65708901f8cfe
Author: Nikita Amelchev <ns...@gmail.com>
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
    
    (cherry picked from commit 44a4a3c0d9c7cdccf3aadb1f8ebf565103f17be6)
---
 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 45f398d..cb17a4e 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}"