From 6685a33aaeec2a92ad64564297aa2f6acac187e5 Mon Sep 17 00:00:00 2001 From: "Brian M. Long" Date: Mon, 26 Aug 2024 11:02:46 -0400 Subject: [PATCH] added maven central publishing --- pom.xml | 68 +++++++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 54 insertions(+), 14 deletions(-) diff --git a/pom.xml b/pom.xml index f85ac0f..2764894 100644 --- a/pom.xml +++ b/pom.xml @@ -54,7 +54,7 @@ org.alfresco - acs-packaging + acs-community-packaging ${alfresco.platform.version} pom import @@ -71,17 +71,6 @@ - - org.alfresco - alfresco-enterprise-repository - provided - - - org.alfresco - alfresco-elasticsearch-shared - - - org.alfresco alfresco-repository @@ -177,12 +166,63 @@ 2400000 + + ossrh-release + + + + maven-source-plugin + + + source + package + jar-no-fork + + + + + maven-javadoc-plugin + + + javadoc + package + jar + + public + + + + + + maven-gpg-plugin + + + sign + verify + sign + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.7.0 + true + + ossrh + https://s01.oss.sonatype.org/ + true + + + + + - alfresco-private - https://artifacts.alfresco.com/nexus/content/groups/private + alfresco-public + https://artifacts.alfresco.com/nexus/content/groups/public