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