Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] [ANN] Maven AspectJ Plugin 3.1 released

The maven team is pleased to announce the Maven AspectJ Plugin 3.1 release! 

http://maven.apache.org/reference/plugins/aspectj/



Changes in this version include:

  New Features:

o Weave test classes Issue: MPASPECTJ-6. 
o Added "Compiling aspect sources" section to xdoc Issue: MPASPECTJ-10. 
o Added new maven.aspectj.source and maven.aspectj.time properties. Thanks
to
  Jules Gosnell. 

  Fixed bugs:

o Use maven.aspectj.maxmem only when maven.aspectj.fork=true to avoid
aspectj
  warnings Issue: MPASPECTJ-10. 

  Changes:

o Now using AspectJ 1.2 release.  

To automatically install the plugin, type the following on a single line:

maven plugin:download
  -DgroupId=maven
  -DartifactId=maven-aspectj-plugin
  -Dversion=3.1

For a manual installation, you can download the plugin here:
http://www.ibiblio.org/maven/maven/plugins/maven-aspectj-plugin-3.1.jar
         

Have fun!
-The maven team
      




Back to the top