You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Kaare Nilsen <ka...@gmail.com> on 2006/08/29 10:47:31 UTC

[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

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