Skip to content

MauroDataMapper-Plugins/mdm-plugin-digital-object-identifiers

Repository files navigation

mdm-plugin-digital-object-identifiers

Branch Build Status
master Build Status
develop Build Status

Requirements

  • Java 17 (Temurin)
  • Grails 5.1.9+
  • Gradle 7.3.3+

All of the above can be installed and easily maintained by using SDKMAN!.

Applying the Plugin

The preferred way of running Mauro Data Mapper is using the mdm-docker deployment. However you can also run the backend on its own from mdm-application-build.

mdm-docker

In the docker-compose.yml file add:

mauro-data-mapper:
    build:
        args:
            ADDITIONAL_PLUGINS: "uk.ac.ox.softeng.maurodatamapper.plugins:mdm-plugin-digital-object-identifiers:2.2.0"

Please note, if adding more than one plugin, this is a semicolon-separated list

mdm-application-build

In the build.gradle file add:

grails {
    plugins {
        runtimeOnly 'uk.ac.ox.softeng.maurodatamapper.plugins:mdm-plugin-digital-object-identifiers:2.2.0'
    }
}

DataCite Documentation