From 1fb6bd9d97a6608690ecfe0f7391c01f4cca3832 Mon Sep 17 00:00:00 2001 From: Mark Thomas Date: Sat, 13 Jun 2020 16:05:54 +0100 Subject: [PATCH] Specify staging profile ID Need to do it at the module level to simplify CI system. If the profile ID is specified in the CI system it will apply to all modules and it only needs to apply to the API. The implementation has a separate staging profile ID. There are ways around this in the CI system but this should be simpler. Signed-off-by: Mark Thomas --- api/pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/api/pom.xml b/api/pom.xml index 84d2bd0f..c2a5e6fb 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -277,6 +277,15 @@ Use is subject to license + + + + org.sonatype.plugins + nexus-staging-maven-plugin + + 3bda51d9c036 + +