From fe7f0779bd0de62c12bc94622f8a5df626cf64e8 Mon Sep 17 00:00:00 2001 From: Andreas Gudian Date: Sun, 23 Nov 2014 20:04:09 +0100 Subject: [PATCH] Remove maven-processor-plugin from integrationtest module, as it's not required there anymore --- integrationtest/pom.xml | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/integrationtest/pom.xml b/integrationtest/pom.xml index c3fd6587a..a80f6c3a3 100644 --- a/integrationtest/pom.xml +++ b/integrationtest/pom.xml @@ -80,36 +80,6 @@ 1.8 - - org.bsc.maven - maven-processor-plugin - - ${project.build.directory}/generated-sources/mapstruct - - org.mapstruct.ap.MappingProcessor - - - - false - - - - - process - generate-sources - - process - - - - - - ${project.groupId} - mapstruct-processor - ${project.version} - - - org.apache.maven.plugins maven-deploy-plugin