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

ModuleListSiteMojo

Andreas Schmitz edited this page Jan 7, 2013 · 2 revisions

Module List Site Mojo

WARNING: This mojo is not released yet (will probably be contained in the 1.18 version).

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>
      <version>1.18-SNAPSHOT</version>
    </plugin>
  </plugins>
</reporting>

Clone this wiki locally