Annotation Interface After
@Experimental
@Documented
@Retention(RUNTIME)
@Target(TYPE)
@Inherited
@Repeatable(Afters.class)
public @interface After
Specifies that the mojo should be run after the specific phase.
- Since:
- 4.0.0
-
Nested Class Summary
Nested Classes -
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionThe scope for dependencies, only iftype() == Type.Dependencies.The type of this pointer.
-
Element Details
-
phase
String phaseThe phase name. -
type
After.Type typeThe type of this pointer.- Default:
PROJECT
-
scope
String scopeThe scope for dependencies, only iftype() == Type.Dependencies.- Default:
""
-