KEYS file is optional since this moment
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/b95d2ae6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/b95d2ae6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/b95d2ae6 Branch: refs/heads/ignite-861 Commit: b95d2ae6c40faa45a68f2566df8e4ebb8b25d4fe Parents: a4c9653 Author: avinogradov <avinogra...@gridgain.com> Authored: Tue May 12 15:32:51 2015 +0300 Committer: avinogradov <avinogra...@gridgain.com> Committed: Tue May 12 15:32:51 2015 +0300 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/b95d2ae6/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 451812a..0643227 100644 --- a/pom.xml +++ b/pom.xml @@ -573,7 +573,7 @@ <include name="**/*" /> </fileset> </copy> - <copy file="${basedir}/KEYS" todir="${basedir}/target/site" /> + <copy file="${basedir}/KEYS" todir="${basedir}/target/site" failonerror="false"/> </target> </configuration> </execution>