From: Gustavo Martin Morcuende Date: Sun, 10 Jul 2016 22:12:56 +0000 (+0200) Subject: Maven weaver: aspectj-maven-plugin integration with Eclipse (AJDT) X-Git-Url: https://git.gumartinm.name/?a=commitdiff_plain;h=d20dc5767174ebc8a2390b607655a2fc2090ede7;p=JavaForFun Maven weaver: aspectj-maven-plugin integration with Eclipse (AJDT) --- 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 + +