Mvn package phase fix. License filename was changed to another. Now reference to this file fixed
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/841ec8df Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/841ec8df Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/841ec8df Branch: refs/heads/ignite-53 Commit: 841ec8dffbe6c56ee4d3baf566981abf4434f563 Parents: f4ab031 Author: avinogradov <avinogra...@gridgain.com> Authored: Tue Jan 20 17:42:24 2015 +0300 Committer: avinogradov <avinogra...@gridgain.com> Committed: Tue Jan 20 17:50:04 2015 +0300 ---------------------------------------------------------------------- assembly/release-base.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/841ec8df/assembly/release-base.xml ---------------------------------------------------------------------- diff --git a/assembly/release-base.xml b/assembly/release-base.xml index 7e160b6..5881729 100644 --- a/assembly/release-base.xml +++ b/assembly/release-base.xml @@ -23,6 +23,11 @@ http://maven.apache.org/xsd/component-1.1.2.xsd"> <files> <file> + <source>LICENSE.txt</source> + <outputDirectory>/</outputDirectory> + </file> + + <file> <source>config/gridgain-log4j.xml</source> <outputDirectory>/config</outputDirectory> </file>