Class TaskSegment
java.lang.Object
org.apache.maven.lifecycle.internal.TaskSegment
Describes the required task segment as provided on the maven command line; i.e. "clean jetty:run install"
NOTE: This class is not part of any public api and can be changed or deleted without prior notice.
- Since:
- 3.0
-
Constructor Summary
ConstructorDescriptionTaskSegment
(boolean aggregating) TaskSegment
(boolean aggregating, Task... tasks) -
Method Summary