cobertura:clean

Full name:

org.codehaus.mojo:cobertura-maven-plugin:2.3:clean

Description:

Clean up rogue files that cobertura maven plugin is tracking.

Attributes:

  • Requires a Maven 2.0 project to be executed.
  • Binds by default to the lifecycle phase: clean.

Optional Parameters

Name Type Since Description
check ConfigCheck - The Check Configuration.

instrumentation ConfigInstrumentation - The Instrumentation Configuration.

maxmem String - Maximum memory to pass JVM of Cobertura processes.

quiet boolean - Only output coberura errors, avoid info messages.

Default value is: false.

Parameter Details

check:
The Check Configuration.
  • Type: org.codehaus.mojo.cobertura.configuration.ConfigCheck
  • Required: No
  • Expression: ${check}

instrumentation:
The Instrumentation Configuration.
  • Type: org.codehaus.mojo.cobertura.configuration.ConfigInstrumentation
  • Required: No
  • Expression: ${instrumentation}

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

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