Apache Commons logo

commons-build:download-page

Full name:

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

Description:

Apache Apache Commons Build 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}.
commons.release.name String - The name of the latest release of the project.
Default value is: ${commons.release.name}.
commons.release.2.name String - The name of the alternative release of the project.
Default value is: ${commons.release.2.name}.
commons.release.3.name String - The name of the alternative release of the project.
Default value is: ${commons.release.3.name}.
commons.release.4.name String - The name of the alternative release of the project.
Default value is: ${commons.release.4.name}.
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.subdir String - Subdirectory (if not source/binaries)
Default value is: ${commons.release.subdir}.
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}.
commons.release.2.subdir String - Subdirectory (if not source/binaries)
Default value is: ${commons.release.2.subdir}.
commons.release.3.version String - The version of an alternative release of the project.
Default value is: ${commons.release.3.version}.
commons.release.3.desc String - Alternative Release Title or Description.
Default value is: ${commons.release.3.desc}.
commons.release.3.binary.suffix String - The suffix for the alternative release binary distro.
Default value is: ${commons.release.3.binary.suffix}.
commons.release.3.subdir String - Subdirectory (if not source/binaries)
Default value is: ${commons.release.3.subdir}.
commons.release.4.version String - The version of an alternative release of the project.
Default value is: ${commons.release.4.version}.
commons.release.4.desc String - Alternative Release Title or Description.
Default value is: ${commons.release.4.desc}.
commons.release.4.binary.suffix String - The suffix for the alternative release binary distro.
Default value is: ${commons.release.4.binary.suffix}.
commons.release.4.subdir String - Subdirectory (if not source/binaries)
Default value is: ${commons.release.4.subdir}.
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.release.name:

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

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.name:

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

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}


commons.release.3.version:

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

commons.release.3.name:

The name of the alternative release of the project.
  • Type: java.lang.String
  • Required: Yes
  • Default: ${commons.release.3.name}

commons.release.3.desc:

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

commons.release.3.binary.suffix:

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

basedir:

The base directory from which to execute the Ant script.

commons.release.4.version:

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

commons.release.4.name:

The name of the alternative release of the project.
  • Type: java.lang.String
  • Required: Yes
  • Default: ${commons.release.4.name}

commons.release.4.desc:

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

commons.release.4.binary.suffix:

The suffix for the alternative release binary distro.
  • Type: java.lang.String
  • Required: No
  • Default: ${commons.release.4.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