From 5a04f4635e77ba685c2c031af3c22b18a0eb11dd Mon Sep 17 00:00:00 2001 From: Christian Schuster Date: Thu, 15 May 2014 00:44:38 +0200 Subject: [PATCH] #169 include new artifact in distribution --- distribution/pom.xml | 4 ++++ distribution/src/main/assembly/dist.xml | 1 + 2 files changed, 5 insertions(+) diff --git a/distribution/pom.xml b/distribution/pom.xml index 90e4dcb94..63e9dd6a4 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -38,6 +38,10 @@ org.mapstruct mapstruct + + org.mapstruct + mapstruct-jdk8 + org.mapstruct mapstruct-processor diff --git a/distribution/src/main/assembly/dist.xml b/distribution/src/main/assembly/dist.xml index 5192f0b05..58a2cf0d7 100644 --- a/distribution/src/main/assembly/dist.xml +++ b/distribution/src/main/assembly/dist.xml @@ -32,6 +32,7 @@ lib org.mapstruct:mapstruct + org.mapstruct:mapstruct-jdk8 org.mapstruct:mapstruct-processor