Annotation Interface After
Specifies that the mojo should be run after the specific phase.
- Since:
- 4.0.0
-
Nested Class Summary
-
Required Element Summary
Modifier and TypeRequired ElementDescriptionThe phase name.The type of this pointer. -
Optional Element Summary
-
Element Details
-
phase
String phaseThe phase name. -
type
After.Type typeThe type of this pointer. -
scope
String scopeThe scope for dependencies, only iftype() == Type.Dependencies
.- Default:
""
-