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.

Maven Modello Plugin Settings

Property Optional? Description
maven.modello.version No

This property must be set to to tell to modello which version of the model must be used.

Default value is empty.

maven.modello.packageWithVersion No

This property must be set to true or false to tell to modello to generate a package name with the version of the model.

Default value is empty.

maven.modello.package Yes

Replaces the default package defined in the model.

Default value is empty.

maven.modello.plugins Yes

This is the list of modello plugins to use when the goal modello(:modello) is used. Each plugin has it's own goal in this plugin : modello:java, modello:stax, modello:xpp3 (See the list of goals to find all the possible values).

Default value is java,xdoc.

maven.modello.xsd.targetDirectory Yes

Directory in which is generated the xml schema to validate instances of the model (goal modello:xsd).

Default value is ${maven.gen.docs}.

maven.modello.java.targetDirectory Yes

Directory in which are generated java sources from modello plugins : java, xpp3, ... .

Default value is ${maven.build.dir}/generated-src/main/modello.

maven.modello.xdoc.targetDirectory Yes

Directory in which is generated the xdoc to document the model (goal modello:xdoc).

Default value is ${maven.gen.docs}.

maven.modello.model Yes

The path to the modello model to use.

Default value is ${basedir}/src/main/resources/model.mdo.