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.1 released

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

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



Changes in this version include:

  New Features:

o Output messages to log 

  Fixed bugs:

o Check that unitTestSourceDirectory is defined in pom Issue: MPASPECTJ-11. 
o Check that aspectSourceDirectory is defined in pom  

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

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

For a manual installation, you can download the plugin here:
http://www.apache.org/dist/java-repository/maven/plugins/maven-aspectj-plugi
n-3.1.1.jar
         

Have fun!
-The maven team
      




Back to the top