From b167deb2635baaff69b1d2aa3173d6b7fd7b3bdc Mon Sep 17 00:00:00 2001 From: Ante Pocedulic Date: Fri, 23 Jun 2017 15:09:37 +0200 Subject: [PATCH] maven-plugin for pdf generation (#2135) * - added classes for asciidoctor article - added tests for that article - added exclusion in pom.xml in libraries * - fixed test * - fixed formating in pom * - added dependency to the pom.xml - created plugin in pom.xml * - changed output generation to pdf * Revert "- changed output generation to pdf" This reverts commit 26cfaeb2485f2f8afb7b3ab1ecbb96f9606e55b5. * - changed output generation to pdf --- libraries/pom.xml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/libraries/pom.xml b/libraries/pom.xml index b75b68ad53..8285323f07 100644 --- a/libraries/pom.xml +++ b/libraries/pom.xml @@ -74,9 +74,16 @@ org.asciidoctor asciidoctor-maven-plugin 1.5.5 + + + org.asciidoctor + asciidoctorj-pdf + 1.5.0-alpha.15 + + - output-html + output-pdf generate-resources process-asciidoc @@ -86,8 +93,7 @@ src/docs/asciidoc target/docs/asciidoc - html - book + pdf