Skip to content
This repository has been archived by the owner on Aug 13, 2021. It is now read-only.

ModuleListSiteMojo

hwbllmnn edited this page Jan 8, 2013 · 2 revisions

Module List Site Mojo

This mojo is a report mojo that can be used to generate a maven site report with the module stability status.

The pom.xml files for non pom projects should have a property defined called deegree.module.status, it should be set to ok, check or rework (custom values are also allowed).

Add the plugin to the reporting section like this:

<reporting>
  <plugins>
    ...
    <plugin>
      <groupId>org.deegree</groupId>
      <artifactId>deegree-maven-plugin</artifactId>
    </plugin>
  </plugins>
</reporting>
Clone this wiki locally