Go to file
Lampros Smyrnaios c9c8d9173e Improve layout of the "Build Status" in README.md. 2025-12-03 11:13:32 +02:00
.idea Initial commit. 2025-05-19 13:23:59 +03:00
src/main/java/eu/dnetlib/validator2/result_models - Add the "ValidationProblem" class and update the "warnings" and "errors" in the "Result" interface to use that type for their list-items in order to provide suggestions on how to fix the issues specified in the "failureMessages". 2025-12-02 16:33:18 +02:00
.gitignore Initial commit. 2025-05-19 13:23:59 +03:00
LICENSE - Release version 2.1.0 2025-06-05 09:39:42 +03:00
README.md Improve layout of the "Build Status" in README.md. 2025-12-03 11:13:32 +02:00
pom.xml - Add the "ValidationProblem" class and update the "warnings" and "errors" in the "Result" interface to use that type for their list-items in order to provide suggestions on how to fix the issues specified in the "failureMessages". 2025-12-02 16:33:18 +02:00

README.md

uoa-validator-result-models

Build Status

This repository includes the result models used by the validation-engine software.

Install and run instructions

  • Have JDK 8 and maven installed.
  • Build with mvn clean install -U.
  • Run with java -jar target/uoa-validator-engine2-result-models-<VERSION>.jar.