From acaf1a60a0bbddf7e8679c39de050bcceaa9a8a7 Mon Sep 17 00:00:00 2001 From: Gunnar Morling Date: Thu, 27 Nov 2014 20:43:58 +0100 Subject: [PATCH] Configuring all executions of dependency plug-in in one block; Making sure JavaDoc can reference FreeMarker classes --- distribution/pom.xml | 5 +++++ processor/pom.xml | 40 +++++++++++++++++----------------------- 2 files changed, 22 insertions(+), 23 deletions(-) diff --git a/distribution/pom.xml b/distribution/pom.xml index 651f735af..0f74b32b9 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -46,6 +46,11 @@ org.mapstruct mapstruct-processor + + + org.freemarker + freemarker + diff --git a/processor/pom.xml b/processor/pom.xml index 8e8ed6635..3581c58f3 100644 --- a/processor/pom.xml +++ b/processor/pom.xml @@ -99,29 +99,6 @@ - - org.apache.maven.plugins - maven-dependency-plugin - - - unpack-freemarker-license - prepare-package - - unpack - - - - - org.freemarker - freemarker - ${project.build.directory}/classes/META-INF/freemarker - META-INF/LICENSE.txt,META-INF/NOTICE.txt - - - - - - org.apache.maven.plugins maven-resources-plugin @@ -179,6 +156,23 @@ org.apache.maven.plugins maven-dependency-plugin + + unpack-freemarker-license + prepare-package + + unpack + + + + + org.freemarker + freemarker + ${project.build.directory}/classes/META-INF/freemarker + META-INF/LICENSE.txt,META-INF/NOTICE.txt + + + + copy generate-test-resources