ignite-678 site deploy
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/f0bcbc99 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/f0bcbc99 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/f0bcbc99 Branch: refs/heads/ignite-30 Commit: f0bcbc9931e809b3dbd81f9232b7518361d0cc6a Parents: 5f2d8c2 Author: avinogradov <avinogra...@gridgain.com> Authored: Tue Apr 7 14:25:41 2015 +0300 Committer: avinogradov <avinogra...@gridgain.com> Committed: Tue Apr 7 14:25:41 2015 +0300 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/f0bcbc99/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6dcf63d..8abda8a 100644 --- a/pom.xml +++ b/pom.xml @@ -549,6 +549,7 @@ <copy file="${basedir}/target/${project.artifactId}-${project.version}-source-release.zip.asc" todir="${basedir}/target/site" /> <copy file="${basedir}/target/${project.artifactId}-${project.version}-source-release.zip.md5" todir="${basedir}/target/site" /> <copy file="${basedir}/target/${project.artifactId}-${project.version}-source-release.zip.sha1" todir="${basedir}/target/site" /> + <copy file="${basedir}/KEYS" todir="${basedir}/target/site" /> </target> </configuration> </execution>