Return-Path: X-Original-To: apmail-karaf-commits-archive@minotaur.apache.org Delivered-To: apmail-karaf-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 6776D18262 for ; Sun, 27 Dec 2015 10:13:26 +0000 (UTC) Received: (qmail 42363 invoked by uid 500); 27 Dec 2015 10:13:26 -0000 Delivered-To: apmail-karaf-commits-archive@karaf.apache.org Received: (qmail 42328 invoked by uid 500); 27 Dec 2015 10:13:26 -0000 Mailing-List: contact commits-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list commits@karaf.apache.org Received: (qmail 42319 invoked by uid 99); 27 Dec 2015 10:13:26 -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; Sun, 27 Dec 2015 10:13:26 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E9D08DFF10; Sun, 27 Dec 2015 10:13:25 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: jbonofre@apache.org To: commits@karaf.apache.org Message-Id: <43878ace57b54fecafc26f340394b18e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: karaf-cellar git commit: Generate pdf with a profile to allow users without prince to create documentation Date: Sun, 27 Dec 2015 10:13:25 +0000 (UTC) Repository: karaf-cellar Updated Branches: refs/heads/cellar-3.0.x 7e6ff7f38 -> de1f5730c Generate pdf with a profile to allow users without prince to create documentation Project: http://git-wip-us.apache.org/repos/asf/karaf-cellar/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf-cellar/commit/de1f5730 Tree: http://git-wip-us.apache.org/repos/asf/karaf-cellar/tree/de1f5730 Diff: http://git-wip-us.apache.org/repos/asf/karaf-cellar/diff/de1f5730 Branch: refs/heads/cellar-3.0.x Commit: de1f5730cd6ead1d0632790443966d84f46d4dbb Parents: 7e6ff7f Author: Jean-Baptiste Onofré Authored: Sun Dec 27 11:13:11 2015 +0100 Committer: Jean-Baptiste Onofré Committed: Sun Dec 27 11:13:11 2015 +0100 ---------------------------------------------------------------------- manual/pom.xml | 80 ++++++++++++++++++++++++++--------------------------- 1 file changed, 39 insertions(+), 41 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf-cellar/blob/de1f5730/manual/pom.xml ---------------------------------------------------------------------- diff --git a/manual/pom.xml b/manual/pom.xml index b561671..351457e 100644 --- a/manual/pom.xml +++ b/manual/pom.xml @@ -36,47 +36,6 @@ - org.apache.maven.plugins - maven-antrun-plugin - 1.6 - - - create-documentation - package - - run - - - - - - - - - - - - - - - - - - - - - org.mortbay.jetty - jetty-maven-plugin - 7.1.5.v20100705 - - - ${project.build.directory}/generated-docs/ - - - org.asciidoctor asciidoctor-maven-plugin 1.5.2 @@ -117,4 +76,43 @@ + + + pdf + + + + org.apache.maven.plugins + maven-antrun-plugin + 1.6 + + + create-documentation + package + + run + + + + + + + + + + + + + + + + + + + + + + + +