@Mojo(name="integration-test", defaultPhase=INTEGRATION_TEST, requiresDependencyResolution=TEST, threadSafe=true) public class IntegrationTestMojo extends AbstractInvokerMojo
AbstractInvokerMojo.ToolchainPrivateManager
suppressSummaries
Constructor and Description |
---|
IntegrationTestMojo() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
processResults(InvokerSession invokerSession)
Processes the results of invoking the build jobs.
|
alreadyCloned, buildInterpolatedFile, doFailIfNoProjects, execute, getBuildJobs, getGoals, getProfiles, isParallelRun
void processResults(InvokerSession invokerSession) throws org.apache.maven.plugin.MojoFailureException
AbstractInvokerMojo
processResults
in class AbstractInvokerMojo
invokerSession
- The session with the build jobs, must not be null
.org.apache.maven.plugin.MojoFailureException
- If the mojo had failed as a result of invoking the build jobs.