Note:This goal should be used as a Maven report.
Full name:
org.apache.maven.plugins:maven-invoker-plugin:1.4:report
Description:
mvn
clean integration-test site
to ensure the build results are
present when this goal is invoked.Attributes:
1.4
.Name | Type | Since | Description |
---|---|---|---|
outputDirectory | File |
1.4 |
The output directory for the report. Note that this parameter is
only evaluated if the goal is run directly from the command line.
If the goal is run indirectly as part of a site generation, the
output directory configured in the Maven Site Plugin is used
instead. Default value is: ${project.reporting.outputDirectory} . |
Name | Type | Since | Description |
---|---|---|---|
reportsDirectory | File |
1.4 |
Base directory where all build reports have been written to. Default value is: ${project.build.directory}/invoker-reports . |
java.io.File
1.4
Yes
${project.reporting.outputDirectory}
java.io.File
1.4
No
${invoker.reportsDirectory}
${project.build.directory}/invoker-reports