AbstractAjcCompiler |
Base class for the two aspectJ compile-time weaving mojos.
|
AbstractAjcMojo |
The base class.
|
AjcCompileMojo |
Weaves all main classes.
|
AjcHelper |
A helper class for creating classpaths for the compilers and report mojos
|
AjcReportMojo |
Creates an AspectJ HTML report using the ajdoc tool and format.
|
AjcTestCompileMojo |
Weaves all test classes.
|
EclipseAjcMojo |
Create eclipse configuration of aspectJ
|
HelpMojo |
Display help information on aspectj-maven-plugin.
Call mvn aspectj:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
|
MavenMessageHandler |
MessageHandler implementation which uses the standard Maven Log to emit
messages from the AJC process.
|
Module |
Module to be referenced through AJC-mojo
|
Source |
Default implementation when a source is configured
|