The commons:mail-page goal generates a custom Mailing List page for a component Execute the goal using the following command:
mvn commons: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:
To generate a Mailing List page, the following properties are configured in the component's pom.xml
Example configuration for Commons Chain:
<properties>
<commons.componentid>chain</commons.componentid>
</properties>