flexmojos:flexcover

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

Full name:

org.sonatype.flexmojos:flexmojos-maven-plugin:3.5.0:flexcover

Description:

Instruments, Tests, and Generates a FlexCover Report.

Attributes:

  • Requires a Maven 2.0 project to be executed.
  • Invokes the execution of the lifecycle phase test prior to executing itself.
  • Executes in its own lifecycle: flexcover.

Required Parameters

Name Type Since Description
outputDirectory File - The output directory for the report.
Default value is: ${project.reporting.outputDirectory}/flexcover.

Optional Parameters

Name Type Since Description
format String - The format of the report. (supports 'html' or 'xml'. defaults to 'html')
formats String[] - The format of the report. (can be 'html' and/or 'xml'. defaults to 'html')
maxmem String - Maximum memory to pass to JVM of FlexCover processes.
quiet boolean 2.1 Only output flexcover errors, avoid info messages.
Default value is: false.

Parameter Details

format:

The format of the report. (supports 'html' or 'xml'. defaults to 'html')
  • Type: java.lang.String
  • Required: No
  • Expression: ${flexcover.report.format}

formats:

The format of the report. (can be 'html' and/or 'xml'. defaults to 'html')
  • Type: java.lang.String[]
  • Required: No

maxmem:

Maximum memory to pass to JVM of FlexCover processes.
  • Type: java.lang.String
  • Required: No
  • Expression: ${flexcover.maxmem}

outputDirectory:

The output directory for the report.
  • Type: java.io.File
  • Required: Yes
  • Default: ${project.reporting.outputDirectory}/flexcover

quiet:

Only output flexcover errors, avoid info messages.
  • Type: boolean
  • Since: 2.1
  • Required: No
  • Expression: ${quiet}
  • Default: false