commons:copy-javadoc-files

Commons Build: Copy NOTICE and LICENSE files to -javadoc.jar

Mojo Attributes :

  • Is NOT inherited by default in multi-project builds.

Required Parameters

Name Type Description
basedir File The base directory from which to execute the Ant script. Default value is ${basedir}.

Optional Parameters

Name Type Description
messageLevel String The message-level used to tune the verbosity of Ant logging. Default value is info.

Parameter Details

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