Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] [ANN] Maven AspectJ compiler plugin 1.0-beta-2 released

The Mojo team is pleased to announce the AspectJ compiler plugin
1.0-beta-2 release.

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

You can run mvn -U to get the latest version of the plugin, or specify
the version in your project's plugin configuration:

<plugin>
   <groupId>org.codehaus.mojo</groupId>
   <artifactId>aspectj-maven-plugin</artifactId>
   <version>1.0-beta-2</version>
</plugin>

Changes:
 * Updated AspectJ version from 1.5.0 to 1.5.2a
 * MOJO-487 :  AjcHelperTest testBuildConfigFile() breaks on windows
 * MOJO-475 : strange problem with aspectJ swapping main and test
classes and resources.
 * MOJO-486 : Make aspectJ plugin less verbose
 * MOJO-456 : After Maven has run/compiled the class files based on
source code under src/main/java exists under target/classes as well as
target/test-classes
 * MOJO-490 : Xlint parameter is handled incorrectly


Back to the top