From ea9e669d718058a2e5ecbe8ef6592f339d42da75 Mon Sep 17 00:00:00 2001 From: Timi Date: Mon, 13 Oct 2025 10:50:15 +0800 Subject: [PATCH] support deploy nexus --- pom.xml | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) diff --git a/pom.xml b/pom.xml index 549a174..b8ce5ef 100644 --- a/pom.xml +++ b/pom.xml @@ -15,6 +15,64 @@ true + + + + org.apache.maven.plugins + maven-deploy-plugin + 3.1.3 + + + org.apache.maven.plugins + maven-source-plugin + 3.3.1 + + + attach-sources + package + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.11.2 + + + attach-javadocs + package + + jar + + + + + + + + + + timi_nexus + https://nexus.imyeyu.com/repository/maven-releases/ + + + + + + timi_nexus + https://nexus.imyeyu.com/repository/maven-public/ + + true + + + true + + + + com.imyeyu.java