Apache Commons logo

commons-build:mail-page

Overview

The commons-build:mail-page goal generates a custom Mailing List page for a component Execute the goal using the following command:

mvn commons-build:mail-page

Note: The Mailing List page should only need to be generated initially for a component or if the Mailing List template changes.

This goal uses the following:

Configuration

To generate a Mailing List page, the following properties are configured in the component's pom.xml

  • commons.componentid - Commons component id

Example configuration for Commons Text:

    <properties>
        <commons.componentid>text</commons.componentid>
    </properties>