oqt:validate

Full name:

net.sf.oqt:oqt-maven-plugin:0.4-SNAPSHOT:validate

Description:

This mojo will only validate the JPQL queries.

A database connection is not required to run this plugin, a Derby database connection is automatically initalized (since Derby is supported by OpenJPA 1.0.0 to OpenJPA 2.2).

This plugin will make the build fail if not all JPQL queries are valid.

Attributes:

  • Requires a Maven project to be executed.
  • Binds by default to the lifecycle phase: validate.

Required Parameters

Name Type Since Description
packageNames List - The list of packages where the plugin must go look for entities.

The plugin will automatically look in all the subpackages.

If this plugin is ran outside the model-module, then it's advised to give the model as a dependency of this plugin.


skipValidation boolean - Skips the validation.
Default value is: false.

Parameter Details

packageNames:

The list of packages where the plugin must go look for entities.

The plugin will automatically look in all the subpackages.

If this plugin is ran outside the model-module, then it's advised to give the model as a dependency of this plugin.

  • Type: java.util.List
  • Required: Yes

skipValidation:

Skips the validation.
  • Type: boolean
  • Required: Yes
  • Default: false