AspectJ plugin changes
dIon Gillard
Vincent Massol
Jason van Zyl
Carlos Sanchez
Added "Compiling aspect sources" section to xdoc
Use maven.aspectj.maxmem
only when maven.aspectj.fork=true
to avoid aspectj warnings
Now using AspectJ 1.2 release.
Added new maven.aspectj.source and
maven.aspectj.time properties.
Added new
maven.aspectj.forkand
maven.aspectj.maxmemproperties.
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.
Complete rewrite of the plugin. Now using AspectJ 1.1 and performing binary weaving on jar generated by the
jar:jargoal. Also supports creation and weaving-in of reusable aspect libraries.
Added documentation for navigation, changes, properties and goals
Original release for Maven 1.0-beta6