public interface SmartReactorStep
Modifier and Type | Method and Description |
---|---|
void |
execute(org.apache.maven.execution.MavenSession session,
RTRComponents components)
Executes this step.
|
void execute(org.apache.maven.execution.MavenSession session, RTRComponents components) throws org.apache.maven.MavenExecutionException
session
- the session to which this step applies. Not null.components
- that this step may need. May be null.org.apache.maven.MavenExecutionException
- if any unrecoverable error occurs.Copyright © 2016. All rights reserved.