Skip to content
/ gbif-doi Public

This project provides DOI services used by the IPT and Portal.

License

Notifications You must be signed in to change notification settings

gbif/gbif-doi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Quality Gate Status Coverage

gbif-doi

This project provides DOI services used by the IPT, Portal and Registry web services. This library is capable of connecting with DataCite REST JSON:API to assign and manage DOIs, the functionality exposed by this library is accessible through the interface DoiService, which provides methods to: resolve, register, reserve, delete and update DOIs and the related metadata.

IMPORTANT: Verson 2.0 and higher stopped supporting MDS and EZID services.

Datacite DOI Fabrica: test, prod

To build this project

Execute the Maven command passing as parameter GBIF's datacite password.

  mvn clean package verify -Ddatacite.password=***** -Ddatacite.api.base.url=https://api.test.datacite.org -Ddatacite.user=GBIF.GBIF

Properties can be changed. Note that the password is also required when releasing; supply it as an environment variable:

  export MAVEN_OPTS='-Ddatacite.password=*****'

About

This project provides DOI services used by the IPT and Portal.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages