Apache Maven 1.x has reached its end of life, and is no longer supported. For more information, see the announcement. Users are encouraged to migrate to the current version of Apache Maven.

Goals

GoalDescription
aspectj This is the default goal of the plugin and simply attains the aspectj:test-compile goal.
aspectj:compile Weaves project classes and dependency libraries.
aspectj:test-compile Weaves project test classes after calling aspectj:compile.
maven-aspectj-plugin:report Generate report of the result of aspectj:compile. In order to add this report to the site, add the following in the <reports> section of project.xml:
<report>maven-aspectj-plugin</report>