license:comment-style-list
Full name:
org.codehaus.mojo:license-maven-plugin:2.7.0:comment-style-list
Description:
Displays all the available comment style to box file headers.
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 |
<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:
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:
No - User Property:
license.encoding - Default:
${project.build.sourceEncoding}
<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:
No - User Property:
license.verbose - Default:
${maven.verbose}

