project-info-reports:team

Note:This goal should be used as a Maven report.

Full name:

org.apache.maven.plugins:maven-project-info-reports-plugin:3.2.1:team

Description:

Generates the Project Team report.

Attributes:

  • Requires a Maven project to be executed.
  • Since version: 2.0.

Optional Parameters

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-reports.properties.
<pluginRepositories> List 3.1.0 Plugin repositories used for the project.
User property is: project.pluginArtifactRepositories.
<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.

Note: This property will be renamed to tteam.showAvatarImages in 3.0.


Default value is: true.
User property is: teamlist.showAvatarImages.
<skip> boolean 2.8 Skip report.
Default value is: false.
User property is: mpir.skip.
<skipEmptyReport> boolean 2.8 Skip the project info report generation if a report-specific section of the POM is empty. Defaults to true.
Default value is: true.

Parameter Details

<customBundle>

Path for a custom bundle instead of using the default one.
Using this field, you could change the texts in the generated reports.
  • Type: java.lang.String
  • Since: 2.3
  • Required: No
  • Default: ${project.basedir}/src/site/custom/project-info-reports.properties

<pluginRepositories>

Plugin repositories used for the project.
  • Type: java.util.List
  • Since: 3.1.0
  • Required: No
  • User Property: project.pluginArtifactRepositories

<remoteRepositories>

Remote repositories used for the project.
  • Type: java.util.List
  • Since: 2.1
  • Required: No
  • User Property: project.remoteArtifactRepositories

<showAvatarImages>

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.

Note: This property will be renamed to tteam.showAvatarImages in 3.0.

  • Type: boolean
  • Since: 2.6
  • Required: No
  • User Property: teamlist.showAvatarImages
  • Default: true

<skip>

Skip report.
  • Type: boolean
  • Since: 2.8
  • Required: No
  • User Property: mpir.skip
  • Default: false

<skipEmptyReport>

Skip the project info report generation if a report-specific section of the POM is empty. Defaults to true.
  • Type: boolean
  • Since: 2.8
  • Required: No
  • Default: true