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>