Fork me on GitHub

license:license-list

Full name:

org.codehaus.mojo:license-maven-plugin:2.4.0:license-list

Description:

Display all available licenses.

Attributes:

  • Executes by direct invocation only.
  • The goal is not marked as thread-safe and thus does not support parallel builds.
  • Since version: 1.0.

Optional Parameters

Name Type Since Description
<detail> boolean 1.0 A flag to display also the content of each license.
User Property: detail
<encoding> String 1.0 Encoding used to read and writes files. Note: If nothing is filled here, we will use the system property file.encoding.
Default: ${project.build.sourceEncoding}
User Property: license.encoding
<extraResolver> String 1.0 The url of an extra license repository.

Note: If you want to refer to a file within this project, start the expression with ${project.baseUri}


User Property: extraResolver
<verbose> boolean 1.0 Flag to activate verbose mode. Note: Verbose mode is always on if you starts a debug maven instance (says via -X).
Default: ${maven.verbose}
User Property: license.verbose

Parameter Details

<detail>

A flag to display also the content of each license.
  • Type: boolean
  • Since: 1.0
  • Required: report.plugin.goal.no
  • User Property: 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: 1.0
  • Required: report.plugin.goal.no
  • User Property: license.encoding
  • Default: ${project.build.sourceEncoding}

<extraResolver>

The url of an extra license repository.

Note: If you want to refer to a file within this project, start the expression with ${project.baseUri}

  • Type: java.lang.String
  • Since: 1.0
  • Required: report.plugin.goal.no
  • User Property: extraResolver

<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: 1.0
  • Required: report.plugin.goal.no
  • User Property: license.verbose
  • Default: ${maven.verbose}