Apache Maven 1.x has reached its end of life, and is no longer supported. For more information, see the announcement. Users are encouraged to migrate to the current version of Apache Maven.

Overview

Modello

Modello is a Data Model toolkit.

From a DataModel defined in XML, Modello can generate any of the following at compile time:

  • Java Pojos of the DataModel.
  • Java Pojos to XML Writer. (provided via xpp3, stax, jdom or dom4j)
  • XML to Java Pojos Reader. (provided via xpp3, stax or dom4j)
  • Java Model to JPOX Store.
  • Java Model to JPOX Mapping.
  • Xdoc documentation of the DataModel.
  • XML Schema to validate data.
  • and more in the future...

Maven 1 plugin for Modello

This plugin allows you to integrate modello services in your build to automatically (or manually) generate the code and the documentation from the DataModel.

Others documents

Document Description
Installation How to install this plugin?
Usage How to use this plugin?
Goals Goals documentation.
Properties Properties documentation.
Changes Changes in each release of this plugin.