Skip to content
Sebastian Hellmann edited this page Dec 27, 2018 · 7 revisions

User Manual

Properties in pom.xml

dataInputDirectory

dataInputDirectory DEFAULT: src/main/databus/${project.version}

  • input folder for data
  • copy/move all your datafiles in the respective modules
  • all files have to start with the $artifactId of the module, i.e. src/main/databus/input/$artifactId_en.nt.bz2

--> <databus.dataInputDirectory>src/main/databus/${project.version}</databus.dataInputDirectory>

from https://github.com/dbpedia/databus-maven-plugin/issues/10 For modification date, use the value provided in the build property databus.modifiedDate if defined, else use the last the last modified time according to the filesystem. For issued date, use the value provided in the build property databus.issuedDate if defined, else use the invocation time of the mvn-build.

Clone this wiki locally