Adding a Report

You may add a report to your site that explains the aliases (for instance on the intranet). Add the following report plugin to the site-plugin like this:

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-site-plugin</artifactId>
  <configuration>
    <reportPlugins>
      <plugin>
        <groupId>de.smartics.maven.plugin</groupId>
        <artifactId>alias-maven-plugin</artifactId>
        <version>0.3.4</version>
      </plugin>
    </reportPlugins>
  </configuration>
</plugin>

Screenshot of report

The configuration above creates the following report: