From 1fff9cfa5ff799349b225eb2fa7d1532d810be38 Mon Sep 17 00:00:00 2001 From: trayanus1026 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 c810ed94..0830594c 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