commons-build:notice-txt
Full name:
org.apache.commons:commons-build-plugin:1.11:notice-txt
Description:
Apache Commons Build Mojo: Generate NOTICE.txt
Attributes:
- Requires a Maven 2.0 project to be executed.
- Is NOT inherited by default in multi-project builds.
Required Parameters
Name |
Type |
Since |
Description |
project.inceptionYear |
String |
- |
The year of the project's inception, specified with 4 digits. This value is used when generating copyright notices as well as being informational. Default value is: ${project.inceptionYear} . |
basedir |
File |
- |
The base directory from which to execute the Ant script. Default value is: ${basedir} . |
Optional Parameters
Name |
Type |
Since |
Description |
messageLevel |
String |
- |
The message-level used to tune the verbosity of Ant logging. Default value is: info . |
Parameter Details
project.inceptionYear:
The year of the project's inception, specified with 4 digits. This value is used when generating copyright notices as well as being informational.
- Type:
java.lang.String
- Required:
Yes
- Default:
${project.inceptionYear}
basedir:
The base directory from which to execute the Ant script.
- Type:
java.io.File
- Required:
Yes
- Expression:
${antBasedir}
- Default:
${basedir}
messageLevel:
The message-level used to tune the verbosity of Ant logging.
- Type:
java.lang.String
- Required:
No
- Expression:
${antMessageLevel}
- Default:
info
|