Full name:
org.apache.maven.plugins:maven-invoker-plugin:1.6:verify
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
ignoreFailures | boolean | 1.3 | A flag controlling whether failures of the sub builds should fail
the main build, too. If set to true, the main build
will proceed even if one or more sub builds failed. Default value is: false. |
reportsDirectory | File | 1.4 | Base directory where all build reports are read from. Default value is: ${project.build.directory}/invoker-reports. |
skipInvocation | boolean | 1.1 | Flag used to suppress certain invocations. This is useful in
tailoring the build using profiles. Default value is: false. |
suppressSummaries | boolean | 1.4 | Flag used to suppress the summary output notifying of successes and
failures. If set to true, the only indication of the
build's success or failure will be the effect it has on the main
build (if it fails, the main build should fail as well). Default value is: false. |