wrapper:wrapper

Full name:

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

Description:

Adds the maven-wrapper files to this project

Attributes:

  • Requires a Maven project to be executed.
  • Executes as an aggregator plugin.
  • Executes by direct invocation only.
  • Since version: 3.0.0.

Optional Parameters

Name Type Since Description
<basedir> File 3.0.0 (no description)
Default value is: ${project.basedir}.
<distributionType> String 3.0.0 Options are:
script (default)
only mvnw scripts
bin
precompiled and packaged code
source
sourcecode, will be compiled on the fly
Value will be used as classifier of the downloaded file
Default value is: script.
User property is: type.
<includeDebugScript> boolean 3.0.0 (no description)
Default value is: true.
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: mavenVersion.
<wrapperVersion> String 3.0.0 The version of the wrapper, default value is the Runtime version of Maven, should be at least 3.7.0
User property is: wrapperVersion.

Parameter Details

<basedir>

(no description)
  • Type: java.io.File
  • Since: 3.0.0
  • Required: No
  • Default: ${project.basedir}

<distributionType>

Options are:
script (default)
only mvnw scripts
bin
precompiled and packaged code
source
sourcecode, 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: script

<includeDebugScript>

(no description)
  • Type: boolean
  • Since: 3.0.0
  • Required: No
  • User Property: includeDebug
  • Default: true

<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: mavenVersion

<wrapperVersion>

The version of the wrapper, default value is the Runtime version of Maven, should be at least 3.7.0
  • Type: java.lang.String
  • Since: 3.0.0
  • Required: No
  • User Property: wrapperVersion