commons-build:copy-javadoc-files
Full name:
org.apache.commons:commons-build-plugin:1.14.1:copy-javadoc-files
Description:
Commons Build: Copy NOTICE and LICENSE files to -javadoc.jar
Attributes:
- The goal is not marked as thread-safe and thus does not support parallel builds.
- Is NOT inherited by default in multi-project builds.
Required Parameters
Name |
Type |
Since |
Description |
<basedir> |
File |
- |
The base directory from which to execute the Ant script. Default: ${basedir} User Property: antBasedir Alias: ant.basedir |
Optional Parameters
Name |
Type |
Since |
Description |
<messageLevel> |
String |
- |
The message-level used to tune the verbosity of Ant logging. Default: info User Property: antMessageLevel Alias: ant.messageLevel |
Parameter Details
<basedir>
The base directory from which to execute the Ant script.
- Type:
java.io.File
- Required:
Yes
- User Property:
antBasedir
- Default:
${basedir}
- Alias:
ant.basedir
<messageLevel>
The message-level used to tune the verbosity of Ant logging.
- Type:
java.lang.String
- Required:
No
- User Property:
antMessageLevel
- Default:
info
- Alias:
ant.messageLevel
|