gwt:soyc

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

Full name:

org.codehaus.mojo:gwt-maven-plugin:2.4.0:soyc

This plugin goal has been deprecated:

You must now use the CompileReport, SoycDashboard is not anymore supported will be removed in 2.1.2

Description:

(no description)

Attributes:

  • Requires a Maven project to be executed.
  • Requires dependency resolution of artifacts in scope: runtime.

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 - 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.

Parameter Details

extra:

The directory into which extra, non-deployed files will be written.
  • Type: java.io.File
  • 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
  • Expression: ${gwt.soycReport.skip}
  • Default: false