play2:closure-compile

Full name:

com.google.code.play2-maven-plugin:play2-maven-plugin:1.0.0-rc5:closure-compile

Description:

Compile JavaScript assets

Attributes:

  • Requires a Maven project to be executed.
  • Since version: 1.0.0.
  • Binds by default to the lifecycle phase: generate-resources.

Optional Parameters

Name Type Since Description
<closureCompilerOptions> String 1.0.0 Javascript compiler options, separated by spaces.
User property is: play2.closureCompilerOptions.
<javascriptEntryPointsExcludes> String 1.0.0 Javascript compiler entry points excludes, separated by commas.
Default value is: **/_*.
User property is: play2.javascriptEntryPointsExcludes.
<javascriptEntryPointsIncludes> String 1.0.0 Javascript compiler entry points includes, separated by commas.
Default value is: **/*.js.
User property is: play2.javascriptEntryPointsIncludes.
<playVersion> String 1.0.0 Used to automatically select one of the "well known" Play! providers if no provider added explicitly as plugin's dependency.
User property is: play2.version.

Parameter Details

<closureCompilerOptions>

Javascript compiler options, separated by spaces.
  • Type: java.lang.String
  • Since: 1.0.0
  • Required: No
  • User Property: play2.closureCompilerOptions

<javascriptEntryPointsExcludes>

Javascript compiler entry points excludes, separated by commas.
  • Type: java.lang.String
  • Since: 1.0.0
  • Required: No
  • User Property: play2.javascriptEntryPointsExcludes
  • Default: **/_*

<javascriptEntryPointsIncludes>

Javascript compiler entry points includes, separated by commas.
  • Type: java.lang.String
  • Since: 1.0.0
  • Required: No
  • User Property: play2.javascriptEntryPointsIncludes
  • Default: **/*.js

<playVersion>

Used to automatically select one of the "well known" Play! providers if no provider added explicitly as plugin's dependency.
  • Type: java.lang.String
  • Since: 1.0.0
  • Required: No
  • User Property: play2.version