wrapper:wrapper

Full name:

org.apache.maven.plugins:maven-wrapper-plugin:3.1.1:wrapper

Description:

Unpacks the maven-wrapper distribution files to the current project source tree.

Attributes:

  • Requires a Maven project to be executed.
  • Executes as an aggregator plugin.
  • Executes by direct invocation only.
  • The goal is not marked as thread-safe and thus does not support parallel builds.
  • Since version: 3.0.0.

Optional Parameters

Name Type Since Description
<distributionType> String 3.0.0 Options are:
script
only mvnw scripts
bin (default)
precompiled and packaged code
source
Java source code, will be compiled on the fly
Value will be used as classifier of the downloaded file
Default value is: bin.
User property is: type.
<includeDebugScript> boolean 3.0.0 Include mvnwDebug* scripts?
Default value is: false.
User property is: includeDebug.
<mavenVersion> String 3.0.0 The version of Maven to require, default value is the Runtime version of Maven. Can be any valid release above 2.0.9
User property is: maven.

Parameter Details

<distributionType>

Options are:
script
only mvnw scripts
bin (default)
precompiled and packaged code
source
Java source code, will be compiled on the fly
Value will be used as classifier of the downloaded file
  • Type: java.lang.String
  • Since: 3.0.0
  • Required: No
  • User Property: type
  • Default: bin

<includeDebugScript>

Include mvnwDebug* scripts?
  • Type: boolean
  • Since: 3.0.0
  • Required: No
  • User Property: includeDebug
  • Default: false

<mavenVersion>

The version of Maven to require, default value is the Runtime version of Maven. Can be any valid release above 2.0.9
  • Type: java.lang.String
  • Since: 3.0.0
  • Required: No
  • User Property: maven