Maven Plug-in for Data Population
Maven Plug-in for Data Population
The extensions/data-population/ext-data-population-maven-plugin module consists of the Maven plug-in for data population.
- Navigate to the
extensions/data-population/ext-data-population-maven-plugin
module, and run the following
command:
mvn clean install -Pupdate-db <directory name>
For <directory name>, specify one of the following:- dataDirectory: Specifies the path to the data directory.
- configDirectory: Specifies the path to the environment configuration directory.
- workingDirectory: Specifies path to the working
directory.Note: Ensure that the workingDirectory does not point to a directory with any critical files because data is cleared when data population is run.
- outputDirectory: Specifies the path to the directory containing the data filtering output.