Full name:
org.kuali.maven.plugins:maven-impex-plugin:1.1.13:generatetablelisting
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
artifactId | String | - | The artifactId (aka "schema") for this set of impex data Default value is: ${project.artifactId}. User property is: impex.artifactId. |
baseSqlDir | File | - | The directory where SQL is being generated -
targetDatabase is automatically appended to this value Default value is: ${project.build.directory}/impex/sql. User property is: impex.baseSqlDir. |
extension | String | - | The extension for SQL files Default value is: sql. User property is: impex.extension. |
forceMojoExecution | boolean | - | Setting this parameter to true will force the
execution of this mojo, even if it would get skipped usually. Default value is: false. User property is: forceMojoExecution. |
metaFileSuffix | String | - | The suffix to append to the end of the file stored in META-INF Default value is: tables. User property is: impex.metaFileSuffix. |
targetDatabase | String | - | The database vendor being targeted User property is: impex.targetDatabase. |
Name | Type | Since | Description |
---|---|---|---|
encoding | String | - | The encoding to use when reading/writing files. If not specified
this defaults to the platform specific encoding of whatever machine
the build is running on. Default value is: ${project.build.sourceEncoding}. User property is: encoding. |
skip | boolean | - | When true, skip the execution of this mojo Default value is: false. |
startMavenLogger | boolean | - | When true, redirect logging from Log4j and Jakarta Commons Logging
to the Maven logging system Default value is: true. User property is: startMavenLogger. |
skip: