Fork me on GitHub

play2:install-play

Full name:

de.akquinet.innovation.play2:play2-maven-plugin:1.2.1:install-play

Description:

Download and install a Play! distribution.

Attributes:

Optional Parameters

Name Type Since Description
play2basedir String - The directory where automatically installed Play! distributions are extracted. It's highly recommended that you set this configuration parameter to a directory of your choice. If not set its defaulted to project build directory. It means that a clean command will first downoad and install specified Play! distribution and then wipe it. After that next plugin goal will download and install again. It's not optimal but provides a default behavior that works. If set the plugin will download Play! distribution in this directory and extract them inside it.
Default value is: ${project.build.directory}.
play2version String - Defines a Play! version to automatically install. If not set, PLAY2_HOME detection takes place and Play! is not automatically installed. If set the plugin will download and install specified Play! distribution. See the play2basedir configuration paramenter to set an install directory.

Parameter Details

play2basedir:

The directory where automatically installed Play! distributions are extracted. It's highly recommended that you set this configuration parameter to a directory of your choice. If not set its defaulted to project build directory. It means that a clean command will first downoad and install specified Play! distribution and then wipe it. After that next plugin goal will download and install again. It's not optimal but provides a default behavior that works. If set the plugin will download Play! distribution in this directory and extract them inside it.
  • Type: java.lang.String
  • Required: No
  • Expression: ${play2basedir}
  • Default: ${project.build.directory}

play2version:

Defines a Play! version to automatically install. If not set, PLAY2_HOME detection takes place and Play! is not automatically installed. If set the plugin will download and install specified Play! distribution. See the play2basedir configuration paramenter to set an install directory.
  • Type: java.lang.String
  • Required: No
  • Expression: ${play2version}