From d20dc5767174ebc8a2390b607655a2fc2090ede7 Mon Sep 17 00:00:00 2001 From: Gustavo Martin Morcuende Date: Mon, 11 Jul 2016 00:12:56 +0200 Subject: [PATCH] Maven weaver: aspectj-maven-plugin integration with Eclipse (AJDT) --- SpringJava/AOP/SpringMavenWeaver/README | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 SpringJava/AOP/SpringMavenWeaver/README diff --git a/SpringJava/AOP/SpringMavenWeaver/README b/SpringJava/AOP/SpringMavenWeaver/README new file mode 100644 index 0000000..32012b4 --- /dev/null +++ b/SpringJava/AOP/SpringMavenWeaver/README @@ -0,0 +1,17 @@ + +If you want aspectj-maven-plugin to work with Eclipse do the following: + +Help-> Install New Software...-> Ad... + + +For Eclipse NEON (4.6.0) + +AJDT +http://download.eclipse.org/tools/ajdt/46/dev/update/ + + + +Once AJDT is installed we must rebuild our project: +Project-> Clean + + -- 2.1.4