From 69d847f3376488f57dd9bb38422f51420168839c Mon Sep 17 00:00:00 2001 From: Timi Date: Mon, 13 Oct 2025 10:55:20 +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 509d1be..5ff9912 100644 --- a/pom.xml +++ b/pom.xml @@ -28,17 +28,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 + + + + org.springframework.boot