play2:dist-exploded

Full name:

com.google.code.play2-maven-plugin:play2-maven-plugin:1.0.0-beta4:dist-exploded

Description:

Create exploded Play! framework and Play! application (standalone distribution).

Attributes:

  • Requires a Maven project to be executed.
  • Requires dependency resolution of artifacts in scope: runtime.
  • Since version: 1.0.0.
  • Binds by default to the lifecycle phase: package.

Optional Parameters

Name Type Since Description
configFile File 1.0.0 Custom config file.
User property is: config.file.
distClassifierIncludes String 1.0.0 Distribution additional project artifacts include filter. Comma-separated list of the classifiers of project's additional artifacts to include. For example "assets" value means that target/${artifactId-${version}-assets.jar} will be added to lib directory in distribution archive.
User property is: play2.distClassifierIncludes.
distDependencyExcludes String 1.0.0 Distribution dependency exclude filter.
User property is: play2.distDependencyExcludes.
distDependencyIncludes String 1.0.0 Distribution dependency include filter.
User property is: play2.distDependencyIncludes.
distExplodedSkip boolean 1.0.0 Skip dist exploded generation.
Default value is: false.
User property is: play2.distExplodedSkip.
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

configFile:

Custom config file.
  • Type: java.io.File
  • Since: 1.0.0
  • Required: No
  • User Property: config.file

distClassifierIncludes:

Distribution additional project artifacts include filter. Comma-separated list of the classifiers of project's additional artifacts to include. For example "assets" value means that target/${artifactId-${version}-assets.jar} will be added to lib directory in distribution archive.
  • Type: java.lang.String
  • Since: 1.0.0
  • Required: No
  • User Property: play2.distClassifierIncludes

distDependencyExcludes:

Distribution dependency exclude filter.
  • Type: java.lang.String
  • Since: 1.0.0
  • Required: No
  • User Property: play2.distDependencyExcludes

distDependencyIncludes:

Distribution dependency include filter.
  • Type: java.lang.String
  • Since: 1.0.0
  • Required: No
  • User Property: play2.distDependencyIncludes

distExplodedSkip:

Skip dist exploded generation.
  • Type: boolean
  • Since: 1.0.0
  • Required: No
  • User Property: play2.distExplodedSkip
  • Default: false

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