EGA integration library module for the data submission sub-system.
To compile, test and package the module, execute the following from the root of the repository:
mvn -am -pl dcc-submission/dcc-submission-ega
The EGA Importer can be triggered by hitting a spring boot actuator endpoint.
<>:8081/import
The actuator endpoint runs on a different port from the REST API.