@Mojo(name="integration-test",
defaultPhase=INTEGRATION_TEST,
requiresDependencyResolution=TEST,
threadSafe=true)
public class IntegrationTestMojo
extends AbstractInvokerMojo
AbstractInvokerMojo.ToolchainPrivateManagersuppressSummaries| 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, isParallelRunvoid processResults(InvokerSession invokerSession) throws org.apache.maven.plugin.MojoFailureException
AbstractInvokerMojoprocessResults in class AbstractInvokerMojoinvokerSession - 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.