Why make donate

license:license-list

Full name:

org.nuiton:maven-license-plugin:3.0:license-list

Description:

Display all available licenses.

Attributes:

  • Since version: 1.0.1.

Required Parameters

Name Type Since Description
encoding String 2.1 Encoding used to read and writes files.

Note: If nothing is filled here, we will use the system property file.encoding.
Default value is: ${project.build.sourceEncoding}.
project MavenProject 2.1 The reacted project.
Default value is: ${project}.

Optional Parameters

Name Type Since Description
detail boolean 1.0.1 A flag to display also the content of each license.
extraResolver String 1.0.1 the url of an extra license repository.
verbose boolean 2.1 Flag to activate verbose mode.

Note: Verbose mode is always on if you starts a debug maven instance (says via -X).
Default value is: ${maven.verbose}.

Parameter Details

detail:

A flag to display also the content of each license.
  • Type: boolean
  • Since: 1.0.1
  • Required: No
  • Expression: ${detail}

encoding:

Encoding used to read and writes files.

Note: If nothing is filled here, we will use the system property file.encoding.
  • Type: java.lang.String
  • Since: 2.1
  • Required: Yes
  • Expression: ${license.encoding}
  • Default: ${project.build.sourceEncoding}

extraResolver:

the url of an extra license repository.
  • Type: java.lang.String
  • Since: 1.0.1
  • Required: No
  • Expression: ${extraResolver}

project:

The reacted project.
  • Type: org.apache.maven.project.MavenProject
  • Since: 2.1
  • Required: Yes
  • Default: ${project}

verbose:

Flag to activate verbose mode.

Note: Verbose mode is always on if you starts a debug maven instance (says via -X).
  • Type: boolean
  • Since: 2.1
  • Required: No
  • Expression: ${license.verbose}
  • Default: ${maven.verbose}
Maven JRst ReStructuredText