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 |
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 |
maven.modello.package | Yes |
Replaces the default package defined in the model. Default value is |
maven.modello.plugins | Yes |
This is the list of modello plugins to use when the goal Default value is |
maven.modello.xsd.targetDirectory | Yes |
Directory in which is generated the xml schema to validate instances of the model (goal Default value is |
maven.modello.java.targetDirectory | Yes |
Directory in which are generated java sources from modello plugins : java, xpp3, ... . Default value is |
maven.modello.xdoc.targetDirectory | Yes |
Directory in which is generated the xdoc to document the model (goal Default value is |
maven.modello.model | Yes |
The path to the modello model to use. Default value is |