From 7fbccf2000d744762675107d9e474dd0c926e556 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Wed, 6 Apr 2016 19:40:16 +0200 Subject: [PATCH] DATAJPA-883 - Fixed configuration of AspectJ Maven plugin. We now enforce the AspectJ plugin to run no matter what to work around bugs in the plugin in combination with bugs in the compiler plugin. https://github.com/mojohaus/aspectj-maven-plugin/issues/15 https://issues.apache.org/jira/browse/MCOMPILER-205 https://issues.apache.org/jira/browse/MCOMPILER-209 --- pom.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 52b671bc5..b3796911d 100644 --- a/pom.xml +++ b/pom.xml @@ -454,7 +454,7 @@ org.codehaus.mojo aspectj-maven-plugin - 1.6 + 1.8 org.aspectj @@ -476,6 +476,15 @@ true + + true org.springframework