Note:This goal should be used as a Maven report.
Full name:
org.apache.maven.plugins:maven-project-info-reports-plugin:2.7:project-team
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
outputDirectory | File | 2.0 | 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. User property is: project.reporting.outputDirectory. |
Name | Type | Since | Description |
---|---|---|---|
customBundle | String | 2.3 | Path for a custom bundle instead of using the default one. Using this field, you could change the texts in the generated reports. Default value is: ${project.basedir}/src/site/custom/project-info-report.properties. |
remoteRepositories | List | 2.1 | Remote repositories used for the project. User property is: project.remoteArtifactRepositories. |
showAvatarImages | boolean | 2.6 | Shows avatar images for team members that have a) properties/picUrl
set b) An avatar at gravatar.com for their email address Future
versions of this plugin may choose to implement different
strategies for resolving avatar images, possibly using different
providers. Default value is: true. User property is: teamlist.showAvatarImages. |