From 5ceaebaeae972aed94c44f6689c32b1e6a3b7c3b Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 31 Oct 2022 11:49:39 +0300 Subject: [PATCH] README.md: add more TODO --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 09aa82e..e89c347 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,8 @@ Please refer to the appropriate README.md file: ## TODO - Add a curation task to normalize DOIs to "https://doi.org" format +- Migrate from maven-deploy-plugin to nexus-staging-maven-plugin, see: https://central.sonatype.org/publish/publish-maven/#nexus-staging-maven-plugin-for-deployment-and-release +- Stop using oss-parent, see: https://central.sonatype.org/publish/publish-maven/#create-a-ticket-with-sonatype ## Notes This project was initially created according to the [Maven Getting Started Guide](https://maven.apache.org/guides/getting-started/):