play2:coffee-compile
Full name:
com.google.code.play2-maven-plugin:play2-maven-plugin:1.0.0-beta6:coffee-compile
Description:
Compile Coffee Script 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 |
coffeeEntryPointsExcludes |
String |
1.0.0 |
CoffeeScript compiler entry points excludes, separated by commas. User property is: play2.coffeeEntryPointsExcludes.
|
coffeeEntryPointsIncludes |
String |
1.0.0 |
CoffeeScript compiler entry points includes, separated by commas. Default value is: **/*.coffee. User property is: play2.coffeeEntryPointsIncludes.
|
coffeescriptOptions |
String |
1.0.0 |
CoffeeScript compiler options, separated by spaces. User property is: play2.coffeescriptOptions.
|
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
coffeeEntryPointsExcludes:
CoffeeScript compiler entry points excludes, separated by commas.
- Type: java.lang.String
- Since: 1.0.0
- Required: No
- User Property: play2.coffeeEntryPointsExcludes
coffeeEntryPointsIncludes:
CoffeeScript compiler entry points includes, separated by commas.
- Type: java.lang.String
- Since: 1.0.0
- Required: No
- User Property: play2.coffeeEntryPointsIncludes
- Default: **/*.coffee
coffeescriptOptions:
CoffeeScript compiler options, separated by spaces.
- Type: java.lang.String
- Since: 1.0.0
- Required: No
- User Property: play2.coffeescriptOptions
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