@Experimental @Documented @Retention(value=CLASS) @Target(value=TYPE) @Inherited public @interface Execute
public abstract LifecyclePhase phase
public abstract String goal
goal must be
another goal of the same plugin.public abstract String lifecycle
phase(). Only valid in combination with phase(). If
not specified, Maven will use the lifecycle of the current build.Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.