From 3a6e40776504d4ba0f7ec334f79be029ef0e5053 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 3 Aug 2020 14:20:15 +0300 Subject: [PATCH] README.md: Remove TODO about integrating with DSpace I have now published the code on https://oss.sonatype.org/ via the Sonatype OSSRH (OSS Repository Hosting) project. Now it is possible to use it from DSpace's build system by adding it as a dependency in the dspace/modules/additions/pom.xml. See: https://issues.sonatype.org/browse/OSSRH-59650 See: https://central.sonatype.org/pages/ossrh-guide.html --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d4841d6..16a6b6a 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,6 @@ $ mvn -B archetype:generate -DgroupId=io.github.ilri.cgspace -DartifactId=dspace ## Todo -- Integrate with main DSpace build - Make sure this doesn't work on items in the workflow - Port to DSpace 6 - Remember to bump Gson version!