Fork me on GitHub

gwt:compile-report

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

Full name:

org.codehaus.mojo:gwt-maven-plugin:2.8.2-SNAPSHOT:compile-report

Description:

see http://code.google.com/webtoolkit/doc/latest/DevGuideCompileReport.html#Usage

Attributes:

  • Requires a Maven project to be executed.
  • The goal is thread-safe and supports parallel builds.
  • Since version: 2.1.0-1.

Required Parameters

Name Type Since Description
outputDirectory File 2.1.0-1 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}.

Optional Parameters

Name Type Since Description
extra File 2.1.0-1 The directory into which extra, non-deployed files will be written.
Default value is: ${project.build.directory}/extra.
skip boolean 2.1.0-1 (no description)
Default value is: false.
User property is: gwt.compilerReport.skip.

Parameter Details

extra:

The directory into which extra, non-deployed files will be written.
  • Type: java.io.File
  • Since: 2.1.0-1
  • Required: No
  • Default: ${project.build.directory}/extra

outputDirectory:

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.
  • Type: java.io.File
  • Since: 2.1.0-1
  • Required: Yes
  • Default: ${project.reporting.outputDirectory}

skip:

(no description)
  • Type: boolean
  • Since: 2.1.0-1
  • Required: No
  • User Property: gwt.compilerReport.skip
  • Default: false