From cf2f20052a9170ab2ee91556d78eb6dc5b6d6a53 Mon Sep 17 00:00:00 2001 From: Timi Date: Mon, 13 Oct 2025 11:15:23 +0800 Subject: [PATCH] support deploy nexus --- pom.xml | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 50 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 40d8ee0..ff787c0 100644 --- a/pom.xml +++ b/pom.xml @@ -20,17 +20,60 @@ org.apache.maven.plugins - maven-compiler-plugin - 3.11.0 - - 21 - 21 - UTF-8 - + 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.io