Hi, The Mojo team is pleased to announce the release of the AspectJ-Maven-Plugin version 1.7, which contains updates to the internal AspectJ toolset and several bug fixes.
The AspectJ-Maven-Plugin weaves AspectJ aspects into your classes using the AspectJ compiler ("ajc"). We solved 7 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11781&version=19839 Bug [MASPECTJ-129] - Change name on site to "Mojo's AspectJ Maven Plugin" [MASPECTJ-131] - JDK 8 Support [MASPECTJ-133] - Integration tests JavaSourcesDefault and JavaSourcesList does not work on Windows [MASPECTJ-135] - Some ITs could fail on Windows [MASPECTJ-136] - Misconfigured dependencyResolution in AjcReportMojo Improvement [MASPECTJ-132] - Upgrade to AspectJ version 1.8 [MASPECTJ-134] - Warnings via <warn> are reported without file name and line number To get this update, simply specify the version in your project's plugin configuration: <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>aspectj-maven-plugin</artifactId> <version>1.7</version> </plugin> Release Notes The release notes can be downloaded from https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11781&version=19839 Enjoy, - The Mojo team Lennart Jörelid