Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 79C14200CB5 for ; Wed, 24 May 2017 06:56:59 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7620F160BC3; Wed, 24 May 2017 04:56:59 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C130C160BD3 for ; Wed, 24 May 2017 06:56:58 +0200 (CEST) Received: (qmail 87507 invoked by uid 500); 24 May 2017 04:56:58 -0000 Mailing-List: contact commits-help@carbondata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@carbondata.apache.org Delivered-To: mailing list commits@carbondata.apache.org Received: (qmail 87425 invoked by uid 99); 24 May 2017 04:56:57 -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; Wed, 24 May 2017 04:56:57 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8B03CDFB01; Wed, 24 May 2017 04:56:57 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: chenliang613@apache.org To: commits@carbondata.apache.org Date: Wed, 24 May 2017 04:56:59 -0000 Message-Id: <4e1a5969fc53413b90c6b312909f3d1e@git.apache.org> In-Reply-To: <00e4f9373569483a9331030a0dde8ff0@git.apache.org> References: <00e4f9373569483a9331030a0dde8ff0@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/9] carbondata-site git commit: pdf plugins added archived-at: Wed, 24 May 2017 04:56:59 -0000 pdf plugins added Project: http://git-wip-us.apache.org/repos/asf/carbondata-site/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata-site/commit/88ecec59 Tree: http://git-wip-us.apache.org/repos/asf/carbondata-site/tree/88ecec59 Diff: http://git-wip-us.apache.org/repos/asf/carbondata-site/diff/88ecec59 Branch: refs/heads/asf-site Commit: 88ecec59d6718a56e40e58bda0128e5bf560eb4d Parents: 7a262a0 Author: jatin Authored: Mon May 22 14:10:21 2017 +0530 Committer: jatin Committed: Mon May 22 14:10:21 2017 +0530 ---------------------------------------------------------------------- pom.xml | 86 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 85 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/carbondata-site/blob/88ecec59/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8b1154e..0c1a1cd 100644 --- a/pom.xml +++ b/pom.xml @@ -125,6 +125,86 @@ + + + org.apache.maven.plugins + maven-pdf-plugin + 1.3 + + + pdf + site + + pdf + + + ${project.reporting.outputDirectory} + false + + + + + + org.apache.maven.plugins + maven-resources-plugin + 3.0.2 + + + publish-pdf + install + + copy-resources + + + ${basedir}/src/pdf + + + ${basedir}/target/pdf + false + + **/*.pdf + + + + + + + publish-site + install + + copy-resources + + + ${basedir}/content + + + ${basedir}/target/site-17 + false + + + + + + copy-pdf + install + + copy-resources + + + ${basedir}/content/pdf/ + + + ${basedir}/target/pdf + false + + **/*.pdf + + + + + + + @@ -134,7 +214,11 @@ scala-library 2.12.1 - + + org.apache.maven.doxia + doxia-module-markdown + 1.6 + org.apache.httpcomponents