|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Mojo
except for
the execute method.Mojos
to communicate with each others Mojos
, other than
project's source root and project's attachment.Mojo
implements.
maven-project
.
once-per-session
, always
.
generate-sources
.
compile
,
runtime
, test
,
compile+runtime
(since Maven 3.0).
lifecycle.xml
file.Mojo
, using standard
Maven
channels.Mojos
to interact with the Maven
infrastructure.MojoExecutionException
exception providing the source and a short and long message:
these messages are used to improve the message written at the end of Maven build.
MojoExecutionException
exception wrapping an underlying Exception
and providing a message
.
MojoExecutionException
exception wrapping an underlying Throwable
and providing a message
.
MojoExecutionException
exception providing a message
.
MojoFailureException
exception providing the source and a short and long message:
these messages are used to improve the message written at the end of Maven build.
MojoFailureException
exception providing a message.
MojoFailureException
exception wrapping an underlying Throwable
and providing a message
.
plugin.xml
file.role
hint for Plexus container
once-per-session
, always
.
generate-sources
.
Maven
logging mechanism to allow this Mojo
to communicate events
and feedback to the user.
Map
to a mojo before executing it.
compile
,
runtime
, test
,
compile+runtime
(since Maven 3.0).
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |