Hi,

The Mojo team is pleased to announce the release of the AspectJ Maven
Plugin version 1.4.

Handles AspectJ usage within Maven. Functionality provided is: weaving
of aspects (or existing aspects from libraries) with the test and/or
main classes, weaving of pre-existing jars and ajdoc reporting.

http://mojo.codehaus.org/aspectj-maven-plugin/

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.4</version>
</plugin>


Release Notes

** Bug
    * [MASPECTJ-102] - NullPointerException when running under m2e 1.0
    * [MASPECTJ-103] - Empty <classifier> in <aspectLibrary> cause error

** Improvement
    * [MASPECTJ-91] - Mark aspectj plugin as @threadSafe if possible
    * [MASPECTJ-95] - sourceDirectory and testSourceDirectory params are
required
    * [MASPECTJ-96] - configurable option to skip execution
    * [MASPECTJ-100] - Add support resource bundles for the report

** New Feature
    * [MASPECTJ-9] - Add support for weaving classes in folders instead
of jars

** Task
    * [MASPECTJ-104] - Update to AspectJ 1.6.11
    * [MASPECTJ-105] - Upgrade minimum required Maven version to 2.2.0


Enjoy,

The Mojo team.

-- 
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to