This project has retired. For details please refer to its Attic page.
Jpox Modello Maven Plugin – jpox-modello:jpox-metadata-class Fork me on GitHub

jpox-modello:jpox-metadata-class

Full name:

org.apache.archiva.redback.components.modello:jpox-modello-maven-plugin:1.1-SNAPSHOT:jpox-metadata-class

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.
outputDirectory File - The output directory of the generated JDO store.
Default value is: ${basedir}/target/generated-sources/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.

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

outputDirectory:

The output directory of the generated JDO store.
  • Type: java.io.File
  • Required: Yes
  • Default: ${basedir}/target/generated-sources/modello

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