jpox-modello:jpox-store
Full name:
org.apache.archiva.redback.components.modello:jpox-modello-maven-plugin:1.1-SNAPSHOT:jpox-store
Description:
Creates a JDO store from the Modello model.
Attributes:
- Requires a Maven project to be executed.
- Binds by default to the lifecycle phase: generate-sources.
Required Parameters
Name |
Type |
Since |
Description |
models |
String[] |
- |
List of relative paths to mdo files containing the models.
|
packageWithVersion |
boolean |
- |
True if the generated package names should include the version. Default value is: false. User property is: packageWithVersion. |
version |
String |
- |
The version of the model we will be working on. User property is: version. |
Optional Parameters
Name |
Type |
Since |
Description |
packagedVersions |
List |
- |
Additional historical versions to generate, each being packaged
with the version regardless of the packageWithVersion
setting.
|
Parameter Details
models:
List of relative paths to mdo files containing the models.
- Type: java.lang.String[]
- Required: Yes
packageWithVersion:
True if the generated package names should include the version.
- Type: boolean
- Required: Yes
- User Property: packageWithVersion
- Default: false
packagedVersions:
Additional historical versions to generate, each being packaged
with the version regardless of the packageWithVersion
setting.
- Type: java.util.List
- Required: No
version:
The version of the model we will be working on.
- Type: java.lang.String
- Required: Yes
- User Property: version