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.
Apache
>
Maven
>
Maven 1.x
>
Plugins
>
Bundled
>
Maven AspectJ Plugin
>
Maven AspectJ plugin Goals
AspectJ
Overview
Goals
Properties
Project Documentation
About
Downloads
Project Info
Project Reports
Development Process
Legend
External Link
Opens in a new window
Goals
Goal
Description
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>