From 1a1794ff37908f674eaf37f60f64831133bff273 Mon Sep 17 00:00:00 2001 From: Thilo Schwarz Date: Thu, 27 Mar 2025 19:08:26 +0100 Subject: [PATCH] Refactor Maven `pom.xml` for SCM and distribution setup. Reorganized the `scm` block and added a `distributionManagement` section for publishing to GitHub Maven Packages. Cleaned up unused plugin configurations and improved XML formatting for better readability. --- pom.xml | 40 +++++++++++++++++++++++----------------- 1 file changed, 23 insertions(+), 17 deletions(-) diff --git a/pom.xml b/pom.xml index 14b5c16..12ec6ce 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,6 @@ - + 4.0.0 codes.thischwa @@ -14,12 +15,6 @@ GitHub Issues - - scm:git:git@github.com:th-schwarz/CloudflareDNS-java - scm:git:git@github.com:th-schwarz/CloudflareDNS-java - HEAD - - 17 UTF-8 @@ -35,7 +30,8 @@ 10.21.3 3.6.0 - ${project.basedir}/src/checkstyle/google_custom_checks.xml + ${project.basedir}/src/checkstyle/google_custom_checks.xml + false warning false @@ -50,6 +46,25 @@ 5.11.4 + + scm:git:git@github.com:th-schwarz/CloudflareDNS-java + scm:git:git@github.com:th-schwarz/CloudflareDNS-java + HEAD + + + + github-cloudflaredns + GitHub Maven Packages + https://maven.pkg.github.com/th-schwarz/CloudflareDNS-java + + true + + + false + + + + org.apache.httpcomponents.client5 @@ -134,15 +149,6 @@ - - - maven-deploy-plugin - 3.1.3 - - true - - - org.apache.maven.plugins