Return-Path: X-Original-To: apmail-ignite-commits-archive@minotaur.apache.org Delivered-To: apmail-ignite-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5CB6617F45 for ; Mon, 6 Apr 2015 17:59:54 +0000 (UTC) Received: (qmail 61417 invoked by uid 500); 6 Apr 2015 17:59:54 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 61347 invoked by uid 500); 6 Apr 2015 17:59:54 -0000 Mailing-List: contact commits-help@ignite.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.incubator.apache.org Delivered-To: mailing list commits@ignite.incubator.apache.org Received: (qmail 61260 invoked by uid 99); 6 Apr 2015 17:59:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Apr 2015 17:59:54 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 06 Apr 2015 17:59:52 +0000 Received: (qmail 60323 invoked by uid 99); 6 Apr 2015 17:59:32 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Apr 2015 17:59:32 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0863AE182C; Mon, 6 Apr 2015 17:59:32 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: agoncharuk@apache.org To: commits@ignite.incubator.apache.org Date: Mon, 06 Apr 2015 18:00:17 -0000 Message-Id: <2258fc7a9b0d4e1f947ca584ab7b282f@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [47/50] incubator-ignite git commit: ignite-678 site deploy X-Virus-Checked: Checked by ClamAV on apache.org 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/0a8378c7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/0a8378c7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/0a8378c7 Branch: refs/heads/ignite-674 Commit: 0a8378c72f54c9dbc6a27850e7787b4c61c9f2b1 Parents: 7e6d193 Author: avinogradov Authored: Mon Apr 6 20:20:18 2015 +0300 Committer: avinogradov Committed: Mon Apr 6 20:20:18 2015 +0300 ---------------------------------------------------------------------- pom.xml | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 53 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/0a8378c7/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index bc58e04..16a2cb0 100644 --- a/pom.xml +++ b/pom.xml @@ -31,10 +31,14 @@ org.apache.ignite - ignite + incubator-ignite 1.0.1-RC1-SNAPSHOT pom + + scp://localhost:/home + + https://git-wip-us.apache.org/repos/asf/incubator-ignite scm:git:git://git-wip-us.apache.org/repos/asf/incubator-ignite @@ -42,6 +46,13 @@ HEAD + + + ignite-site + ${ignite.site}/${project.artifactId}-${project.version} + + + modules/tools modules/core @@ -499,7 +510,7 @@ target - ignite-${project.version}-source-release.zip + ${project.artifactId}-${project.version}-source-release.zip @@ -527,12 +538,17 @@ - - - - + + + + + + + + + @@ -541,5 +557,36 @@ + + + deploy-site + + + + org.apache.maven.plugins + maven-site-plugin + 3.4 + + + org.apache.maven.wagon + wagon-ssh + 2.8 + + + + + + deploy + + deploy + + ${basedir}/target/site + + + + + + +