From e3691be6ea888bcf4059628a4b659acc66a838d3 Mon Sep 17 00:00:00 2001 From: Artem Vysochyn Date: Sat, 1 Oct 2022 11:58:18 +0300 Subject: [PATCH 1/3] Cleanup --- pom.xml | 155 ++------------------------------------------------------ 1 file changed, 5 insertions(+), 150 deletions(-) diff --git a/pom.xml b/pom.xml index 4975241..7c751b8 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 io.scalecube - scalecube-parent-pom + scalecube-parent 0.2.20-SNAPSHOT pom ScaleCube parent project @@ -22,8 +22,8 @@ https://scalecube.io - scm:git:https://github.com/scalecube/scalecube-parent.git - scm:git:https://github.com/scalecube/scalecube-parent.git + scm:git:https://github.com/scalecube/${project.artifactId}.git + scm:git:https://github.com/scalecube/${project.artifactId}.git HEAD @@ -43,7 +43,6 @@ - UTF-8 3.7.0 3.0.1 @@ -61,14 +60,7 @@ google_checks.xml 8.14 - - scalecube/${project.artifactId} - 1.4.13 - 1.4.6 - true - false - - ${env.GITHUB_REPOSITORY} + UTF-8 @@ -96,39 +88,6 @@ false - - maven-jar-plugin - ${maven-jar-plugin.version} - - - - true - lib/ - ${mainClass} - - - - META-INF/*.SF - - - - - maven-dependency-plugin - ${maven-dependency-plugin.version} - - - package - - copy-dependencies - - - false - ${project.build.directory}/lib - true - - - - org.codehaus.mojo xml-maven-plugin @@ -289,87 +248,6 @@ - - - com.spotify - dockerfile-maven-plugin - ${dockerfile.maven.version} - - - default - - build - - install - - - ${project.build.finalName} - ${project.artifactId} - ${project.version} - - latest - - - - extra-tag - - tag - - install - - ${docker.image.extra-tag} - - - - push-extra-tags - - push - - deploy - - ${docker.image.extra-tag} - - - - tag-version - - tag - - install - - ${docker.image.tag} - - - - deployment - - push - - deploy - - latest - - - - tag-deployment - - push - - deploy - - ${docker.image.tag} - - - - - docker.pkg.github.com/${github.repository}/${project.artifactId} - - ${env.GITHUB_ACTOR} - ${env.GITHUB_TOKEN} - false - true - - @@ -394,36 +272,13 @@ - - SkipDockerGoals - - true - - - true - - - - RunDockerGoals - - - unix - - - /usr/bin/docker - - - - false - - deploy2Github github GitHub Packages - https://maven.pkg.github.com/scalecube/scalecube-parent + https://maven.pkg.github.com/scalecube/${project.artifactId} From 0ecece37903024cf9269e518a77b104adf046c45 Mon Sep 17 00:00:00 2001 From: Artem Vysochyn Date: Sat, 1 Oct 2022 12:49:54 +0300 Subject: [PATCH 2/3] Cleanup --- pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7c751b8..a277476 100644 --- a/pom.xml +++ b/pom.xml @@ -56,11 +56,13 @@ 2.7 1.6 1.6.8 + 8.14 + false google_checks.xml - 8.14 UTF-8 + UTF-8 From 90e77bdc8040fcddb071ec00f00227c80e5beeb6 Mon Sep 17 00:00:00 2001 From: Artem Vysochyn Date: Sat, 1 Oct 2022 13:02:19 +0300 Subject: [PATCH 3/3] Added property distributionManagement.url --- pom.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index a277476..cf31adc 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,6 @@ - + 4.0.0 io.scalecube @@ -63,6 +65,9 @@ google_checks.xml UTF-8 UTF-8 + + https://maven.pkg.github.com/scalecube/${project.artifactId} + @@ -183,7 +188,7 @@ The reactor is not valid true - + @@ -280,7 +285,7 @@ github GitHub Packages - https://maven.pkg.github.com/scalecube/${project.artifactId} + ${distributionManagement.url}