Full name:
org.apache.archiva.redback.components.modello:jpox-modello-maven-plugin:1.0:jpox-jdo-mapping
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
models | String[] | - | List of relative paths to mdo files containing the models. |
outputDirectory | File | - | The output directory of the generated JDO mapping file. Please be
aware of the <model jpox.mapping-in-package="true" >
attribute present in the model file itself. Default value is: ${basedir}/target/generated-resources/modello. |
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. |
Name | Type | Since | Description |
---|---|---|---|
packagedVersions | List | - | Additional historical versions to generate, each being packaged
with the version regardless of the packageWithVersion
setting. |
replicationParameters | boolean | - | Produce a mapping file suitable for replication. It will have an
alternate extension of '.jdorepl' so it is not picked up by
default, and all value-strategy and objectid-class entries are
removed from the mapping so that the original identities can be
used. Default value is: false. |