|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface MojoAggregator
Determines how Maven will execute this mojo in the context of a multimodule build. If a mojo is marked as an aggregator, it will only execute once, regardless of the number of project instances in the current build. Mojos that are marked as aggregators should use the ${reactorProjects} expression to retrieve a list of the project instances in the current build. If the mojo is not marked as an aggregator (this is the defaut value false in maven), it will be executed once for each project instance in the current build.
Optional Element Summary | |
---|---|
boolean |
value
The default is true for annotation readability. |
public abstract boolean value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |