From 5db95bf710fe9825648e780f23be3398d2030218 Mon Sep 17 00:00:00 2001 From: Gunnar Morling Date: Thu, 30 May 2013 22:41:09 +0200 Subject: [PATCH] Making distribution module skippable --- parent/pom.xml | 3 ++- pom.xml | 15 ++++++++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index a98552e51..6cae38d52 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -277,7 +277,8 @@ .idea/** copyright.txt - license.txt + **/license.txt + **/mapstruct.xml diff --git a/pom.xml b/pom.xml index 45b1fb1cb..273a52389 100644 --- a/pom.xml +++ b/pom.xml @@ -41,7 +41,6 @@ core processor integrationtest - distribution @@ -70,4 +69,18 @@ https://github.com/mapstruct/mapstruct/ + + + distribution + + + skipDistribution + !true + + + + distribution + + +