From 896a637a1d6f7529662402236e6a7119eaa37ad7 Mon Sep 17 00:00:00 2001 From: Zihlu Wang Date: Fri, 26 Jan 2024 08:39:20 +0800 Subject: [PATCH] chore: Added third-party maven repository server. This project now can be accessed from coding maven repository for Chinese mainland. --- pom.xml | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) diff --git a/pom.xml b/pom.xml index c1f4500..ed4d4c5 100644 --- a/pom.xml +++ b/pom.xml @@ -442,6 +442,71 @@ + + + coding + + + + org.apache.maven.plugins + maven-source-plugin + ${source-plugin.version} + + + attach-sources + + jar + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + ${javadoc-plugin.version} + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + ${gpg-plugin.version} + + + verify + + sign + + + + + + org.apache.maven.plugins + maven-jar-plugin + ${jar-plugin.version} + + + *.xml + + + + + + + + codecrafters-general-public + public + https://codecrafters-maven.pkg.coding.net/repository/general/public/ + + + \ No newline at end of file