dnet-dedup/dhp-build/dhp-build-properties-maven-...
Giambattista Bloisi d2d173773e Precompile blacklists patterns before evaluating clustering criteria
Enable Junit 5 tests in maven builds
Make path comparisons platform-independent
Read String resource files assuming they are encoded in UTF-8
Fix a few test conditions
2023-06-16 09:41:11 +02:00
..
src Precompile blacklists patterns before evaluating clustering criteria 2023-06-16 09:41:11 +02:00
README.markdown implementation of the wf to dedup entities, addition of the module to run the wf on the cluster 2020-12-04 15:41:31 +01:00
pom.xml implementation of the support for authors deduplication: cosinesimilarity comparator and double array json parser 2023-04-17 11:06:27 +02:00

README.markdown

Maven plugin module utilized by dhp-workflows for proper job.properties file building.

It is based on http://site.kuali.org/maven/plugins/properties-maven-plugin/1.3.2/write-project-properties-mojo.html and supplemented with:

  • handling includePropertyKeysFromFiles property allowing writing only properties listed in given property files As a final outcome only properties listed in <include> element and listed as a keys in files from <includePropertyKeysFromFiles> element will be written to output file.