commons:download-page

Full name:

org.apache.commons:commons-build-plugin:1.2:download-page

Description:

Commons Build Ant Mojo: Generate Download page

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
commons.release.version String - The version of the latest release of the project.
Default value is: ${commons.release.version}.
basedir File - The base directory from which to execute the Ant script.
Default value is: ${basedir}.

Optional Parameters

Name Type Since Description
commons.binary.suffix String - The suffix for the binary distro.
Default value is: ${commons.binary.suffix}.
commons.release.desc String - Release Title or Description.
Default value is: ${commons.release.desc}.
commons.release.2.version String - The version of an alternative release of the project.
Default value is: ${commons.release.2.version}.
commons.release.2.desc String - Alternative Release Title or Description.
Default value is: ${commons.release.2.desc}.
commons.release.2.binary.suffix String - The suffix for the alternative release binary distro.
Default value is: ${commons.release.2.binary.suffix}.
messageLevel String - The message-level used to tune the verbosity of Ant logging.
Default value is: info.

Parameter Details

commons.release.version:

The version of the latest release of the project.
  • Type: java.lang.String
  • Required: Yes
  • Default: ${commons.release.version}

commons.binary.suffix:

The suffix for the binary distro.
  • Type: java.lang.String
  • Required: No
  • Default: ${commons.binary.suffix}

commons.release.desc:

Release Title or Description.
  • Type: java.lang.String
  • Required: No
  • Default: ${commons.release.desc}

commons.release.2.version:

The version of an alternative release of the project.
  • Type: java.lang.String
  • Required: No
  • Default: ${commons.release.2.version}

commons.release.2.desc:

Alternative Release Title or Description.
  • Type: java.lang.String
  • Required: No
  • Default: ${commons.release.2.desc}

commons.release.2.binary.suffix:

The suffix for the alternative release binary distro.
  • Type: java.lang.String
  • Required: No
  • Default: ${commons.release.2.binary.suffix}

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