We are pleased to announce the Maven AspectJ Plugin 3.0 release! http://maven.apache.org/maven-1.x/plugins/aspectj/ =============================================================================== Changes in this version include: New Features: o Added new maven.aspectj.forkand maven.aspectj.maxmemproperties. Fixes MPASPECTJ-9. Thanks to Carlos Sanchez. Changes: o Another almost complete rewrite of the plugin. The plugin is now using AspectJ 1.2rc1 and allows weaving at class level (instead of at jar level which was a bad idea introduced in version 2.0 of the plugin). It also supports weaving of dependent libraries. Fixes MPASPECTJ-8. Thanks to Carlos Sanchez. =============================================================================== To automatically install the plugin, type the following on a single line: maven plugin:download -Dmaven.repo.remote=http://www.ibiblio.org/maven,http://people.apache.org/repo/m1-snapshot-repository/ -DgroupId=maven -DartifactId=maven-aspectj-plugin -Dversion=3.0 For a manual installation, you can download the plugin here: http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-aspectj-plugin-3.0.jar Have fun! -The Maven AspectJ Plugin development team