From 4a649202f97a0ab780ba6d13b8fa10dd79b88dd7 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Thu, 29 Jan 2015 14:08:57 +0100 Subject: [PATCH] #139 - Copy task for EPub and PDF now works for multi-module projects. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The copy task is now set up to be lenient so that it doesn’t fail the builds for multi-module builds as they of course don’t have the files to copy in every module. Also we switched to ${project.root} as copy target so that the assembly plugin picks up the generated documents for multi-module builds. --- parent/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index 2bef0456..5284913e 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -266,8 +266,8 @@ process-resources - - + +