Class | Description |
---|---|
AbstractInvokerMojo |
Provides common code for mojos invoking sub builds.
|
CompositeMap |
A map-like source to interpolate expressions.
|
FileLogger | |
HelpMojo |
Display help information on maven-invoker-plugin.
Call mvn invoker:help -Ddetail=true -Dgoal=<goal-name> to display parameter details. |
InstallMojo |
Installs the project artifacts of the main build into the local repository as a preparation to run the sub projects.
|
IntegrationTestMojo |
Searches for integration test Maven projects, and executes each, collecting a log in the project directory, will
never fail the build, designed to be used in conjunction with the verify mojo.
|
InvokerMojo |
Searches for integration test Maven projects, and executes each, collecting a log in the project directory, and
outputting the results to the command line.
|
InvokerProperties |
Provides a convenient facade around the
invoker.properties . |
InvokerReport |
Generate a report based on the results of the Maven invocations.
|
InvokerSession |
Tracks a set of build jobs and their results.
|
MetadataUtils |
Provides utility methods for artifact metadata processing.
|
PomUtils |
Provides utility methods for POM processing.
|
ReportUtils |
Provides utility methods for invoker report processing.
|
ReportUtils.FileFilterOnlyXmlFile | |
SelectorUtils |
Provides utility methods for selecting build jobs based on environmental conditions.
|
SystemPropertyPrinter |
Print specified system properties to the output stream.
|
VerifyMojo |
Checks the results of maven-invoker-plugin based integration tests and fails the build if any tests failed.
|
Enum | Description |
---|---|
InvokerProperties.InvocationProperty |