Why make donate

license:comment-style-list

Full name:

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

Description:

Displays all the available comment style to box file headers.

Attributes:

  • Since version: 2.1.

Required Parameters

Name Type Since Description
project MavenProject 2.1 The reacted project.
Default value is: ${project}.

Optional Parameters

Name Type Since Description
detail boolean 2.1 A flag to display also the content of each license.
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: 2.1
  • Required: No
  • Expression: ${detail}

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