Full name:
org.fastnate:fastnate-maven-plugin:1.6.0-SNAPSHOT:import-data
Description:
DataProvider
.Attributes:
compile
.process-classes
.Name | Type | Since | Description |
---|---|---|---|
additionalSettings | Map |
- |
Any additional settings for the EntitySqlGenerator, see
GeneratorContext for an overview of available
settings. Add a setting with:
<setting_name>setting_value</setting_name> |
changeDetector | String |
- |
The implementation class of DataChangeDetector , to
check if a changed file is relevant for SQL generation. |
dataFolder | File |
- |
The data folder for importers (e.g. to import CSV files). Default value is: ${basedir}/src/main/data . |
dialect | String |
- |
The name of the database dialect. |
encoding | String |
- |
The encoding of the target and the prefix / postfix files. Default value is: UTF-8 . |
packages | String |
- |
The packages to scan for data providers. |
postfix | String |
- |
One or more SQL files in the data folder, or an SQL snippet itself
- to put that after the generated SQL. |
prefix | String |
- |
One or more SQL files in the data folder, or an SQL snippet itself
- to put that before the generated SQL. |
relevantFiles | String[] |
- |
A list of patterns for files which are monitored and start the
generation when changed. See changeDetector for more
complicated change detection. All patterns are relative to the
"src" directory, as Eclipse Bug 508238 prevents patterns relative
to the base directory. |
skip | boolean |
- |
Indicates to skip the execution of this plugin, even if it is
configured for a phase. |
sqlFile | File |
- |
The path to the output file. Default value is: ${project.build.outputDirectory}/data.sql . |
GeneratorContext
for an overview of available
settings. Add a setting with:
<setting_name>setting_value</setting_name>
java.util.Map
No
DataChangeDetector
, to
check if a changed file is relevant for SQL generation.java.lang.String
No
java.io.File
No
${basedir}/src/main/data
java.lang.String
No
java.lang.String
No
UTF-8
java.lang.String
No
java.lang.String
No
java.lang.String
No
changeDetector
for more
complicated change detection. All patterns are relative to the
"src" directory, as Eclipse Bug 508238 prevents patterns relative
to the base directory.java.lang.String[]
No
skip:
boolean
No
java.io.File
No
${project.build.outputDirectory}/data.sql