@Documented @Retention(value=CLASS) @Target(value=TYPE) @Inherited public @interface Execute
Modifier and Type | Optional Element and Description |
---|---|
String |
customPhase
Custom lifecycle phase to fork.
|
String |
goal
Goal to fork.
|
String |
lifecycle
Lifecycle id of the lifecycle that defines
phase() . |
LifecyclePhase |
phase
Lifecycle phase to fork.
|
public abstract LifecyclePhase phase
customPhase()
instead.
Only one of customPhase()
and phase()
must be set.public abstract String customPhase
phase()
.
Only one of customPhase()
and phase()
must be set.public abstract String lifecycle
phase()
. Only valid in combination with phase()
. If
not specified, Maven will use the lifecycle of the current build.Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.