From 82a16385d188302befc314be63d6b6bb71b16d98 Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Thu, 29 Sep 2022 10:13:50 +0200 Subject: [PATCH] Refactor release profiles (#3441) --- keycloak-theme/pom.xml | 116 ++++++++++++++++++++++------------------- 1 file changed, 62 insertions(+), 54 deletions(-) diff --git a/keycloak-theme/pom.xml b/keycloak-theme/pom.xml index 02c7071c42..a6073e4de1 100644 --- a/keycloak-theme/pom.xml +++ b/keycloak-theme/pom.xml @@ -26,13 +26,6 @@ Keycloak Administration UI - https://s01.oss.sonatype.org/ - jboss-releases-repository - https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ - jboss-snapshots-repository - https://s01.oss.sonatype.org/content/repositories/snapshots/ - - 1.6.13 1.12.1 v18.9.0 @@ -65,16 +58,14 @@ - - ${jboss.releases.repo.id} - JBoss Releases Repository - ${jboss.releases.repo.url} - - ${jboss.snapshots.repo.id} - JBoss Snapshots Repository - ${jboss.snapshots.repo.url} + ossrh + https://s01.oss.sonatype.org/content/repositories/snapshots + + ossrh + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + @@ -110,35 +101,61 @@ release - - - org.apache.maven.plugins - maven-javadoc-plugin - 3.4.1 - - - attach-javadocs - - jar - - - - - - org.apache.maven.plugins - maven-source-plugin - 3.2.1 - - - attach-sources - verify - - jar-no-fork - - - - - + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.4.1 + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-source-plugin + 3.2.1 + + + attach-sources + verify + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.2 + + 10 + + + + + + + nexus + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.13 + true + + ossrh + https://s01.oss.sonatype.org/ + true + + + @@ -169,6 +186,7 @@ + install-tarball @@ -233,16 +251,6 @@ - - org.sonatype.plugins - nexus-staging-maven-plugin - ${nexus.staging.plugin.version} - true - - ${jboss.releases.repo.id} - ${jboss.repo.nexusUrl} - - com.github.eirslett frontend-maven-plugin