Version | Date | Description |
---|---|---|
4.1-SNAPSHOT | In SVN | |
4.0 | 2006-04-26 | |
3.2 | 2004-10-06 | |
3.1.1 | 2004-07-09 | |
3.1 | 2004-06-20 | |
3.0 | 2004-05-15 | |
2.0 | 2004-03-10 | |
1.1 | 2003-09-21 | |
1.0 | 2002-07-16 |
Type | Changes | By |
---|---|---|
New property
maven.aspectj.dest
to define output folder for
aspectj:compile
goal.
Fixes MPASPECTJ-15.
Thanks to Alexey Dashkevich.
|
ltheussl | |
Unable to weave only sources defined in argument files. New property
maven.aspectj.src.argfilesOnly
.
Fixes MPASPECTJ-14.
Thanks to Alexey Dashkevich.
|
ltheussl | |
Add a report for the plugin. Fixes MPASPECTJ-23. Thanks to Shinobu Kawai Yoshida. | ltheussl | |
Upgraded to AspectJ 1.5.0 Fixes MPASPECTJ-21. | carlos | |
Added
maven.aspectj.failonerror
property.
Fixes MPASPECTJ-24.
Thanks to Shinobu Kawai.
|
carlos | |
Add support
for
iajc
's
messageHolderClass
attribute and added
maven.dependency.classpath
to the
iajc
's taskdef so that custom message holder classes will be found at execution time.
Fixes MPASPECTJ-19.
|
vmassol |
Type | Changes | By |
---|---|---|
Added
maven.aspectj.argfiles
and
maven.aspectj.weaveAspectSources
properties.
Fixes MPASPECTJ-12.
Thanks to Mark Proctor.
|
carlos | |
Added
maven.aspectj.noweave
and
maven.aspectj.lint
properties.
Fixes MPASPECTJ-13.
|
felipeal | |
Added
maven.aspectj.source
and
maven.aspectj.time
properties that where incorrectly removed.
|
carlos |
Type | Changes | By |
---|---|---|
Check that unitTestSourceDirectory is defined in pom Fixes MPASPECTJ-11. | carlos | |
Output messages to log | carlos | |
Check that aspectSourceDirectory is defined in pom | carlos |
Type | Changes | By |
---|---|---|
Weave test classes Fixes MPASPECTJ-6. | carlos | |
Added "Compiling aspect sources" section to xdoc Fixes MPASPECTJ-10. | carlos | |
Use
maven.aspectj.maxmem
only when
maven.aspectj.fork=true
to avoid aspectj warnings
Fixes MPASPECTJ-10.
|
carlos | |
Now using AspectJ 1.2 release. | vmassol | |
Added new
maven.aspectj.source
and
maven.aspectj.time
properties.
Thanks to Jules Gosnell.
|
vmassol |
Type | Changes | By |
---|---|---|
Added new
maven.aspectj.fork
and
maven.aspectj.maxmem
properties.
Fixes MPASPECTJ-9.
Thanks to Carlos Sanchez.
|
vmassol | |
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. | vmassol |
Type | Changes | By |
---|---|---|
Complete rewrite of the plugin. Now using AspectJ 1.1 and performing binary weaving on jar generated by the
jar:jar
goal. Also supports creation and weaving-in of reusable aspect libraries.
|
vmassol |
Type | Changes | By |
---|---|---|
Added documentation for navigation, changes, properties and goals | dion |