Why make donate

license:license-list

Nom complet :

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

Description :

Display all available licenses.

Attributs :

  • Depuis la version : 1.0.1.

Paramètres requis

Nom Type Depuis 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.
Valeur par défaut est : ${project.build.sourceEncoding}.
project MavenProject 2.1 The reacted project.
Valeur par défaut est : ${project}.

Paramètres optionnels

Nom Type Depuis 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).
Valeur par défaut est : ${maven.verbose}.

Détails des paramètres

detail :

A flag to display also the content of each license.
  • Type : boolean
  • Depuis : 1.0.1
  • Exigé : Non
  • 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
  • Depuis : 2.1
  • Exigé : Oui
  • Expression : ${license.encoding}
  • Défaut : ${project.build.sourceEncoding}

extraResolver :

the url of an extra license repository.
  • Type : java.lang.String
  • Depuis : 1.0.1
  • Exigé : Non
  • Expression : ${extraResolver}

project :

The reacted project.
  • Type : org.apache.maven.project.MavenProject
  • Depuis : 2.1
  • Exigé : Oui
  • Défaut : ${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
  • Depuis : 2.1
  • Exigé : Non
  • Expression : ${license.verbose}
  • Défaut : ${maven.verbose}
Maven JRst ReStructuredText