From 720854913a26b57ad235c0d9a9e574933e5fa73d Mon Sep 17 00:00:00 2001 From: Filip Hrisafov Date: Sun, 22 Apr 2018 08:27:57 +0200 Subject: [PATCH] Disable running the annotation processing in the module defining it --- .../resources/namingStrategyTest/strategy/pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/integrationtest/src/test/resources/namingStrategyTest/strategy/pom.xml b/integrationtest/src/test/resources/namingStrategyTest/strategy/pom.xml index a61ae95ec..40885abf1 100644 --- a/integrationtest/src/test/resources/namingStrategyTest/strategy/pom.xml +++ b/integrationtest/src/test/resources/namingStrategyTest/strategy/pom.xml @@ -40,4 +40,17 @@ provided + + + + org.apache.maven.plugins + maven-compiler-plugin + + + -proc:none + + + + +