From e65ac15b6ccb1c9513f09d19d4c9331502519d42 Mon Sep 17 00:00:00 2001 From: fullwall Date: Fri, 9 Sep 2022 03:44:45 +0800 Subject: [PATCH] Add deploy phase --- main/pom.xml | 16 +++++++++++-- pom.xml | 64 +++++++++++++++++++++++++++++++++++----------------- 2 files changed, 57 insertions(+), 23 deletions(-) diff --git a/main/pom.xml b/main/pom.xml index 971f37674..05c3ac498 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -124,6 +124,18 @@ + + org.apache.maven.plugins + maven-deploy-plugin + 3.0.0 + + + default-deploy + deploy + + + + org.apache.maven.plugins maven-compiler-plugin @@ -165,11 +177,11 @@ gnu.trove clib.trove - + ch.ethz.globis.phtree clib.phtree - + net.kyori clib.net.kyori diff --git a/pom.xml b/pom.xml index f860f5fd5..4c7c1a890 100644 --- a/pom.xml +++ b/pom.xml @@ -1,28 +1,50 @@ - - 4.0.0 + + 4.0.0 - pom - net.citizensnpcs - citizens-parent - 2.0.30-SNAPSHOT - - Unknown - 2.0.30 - - - clean package install - - - main - v1_8_R3 - v1_12_R1 + pom + net.citizensnpcs + citizens-parent + 2.0.30-SNAPSHOT + + + Unknown + 2.0.30 + + + + + citizens-snapshots + https://repo2.citizensnpcs.co/snapshots + + + + + clean package install + + + + org.apache.maven.plugins + maven-deploy-plugin + 3.0.0 + + + default-deploy + none + + + + + + + + main + v1_8_R3 + v1_12_R1 v1_16_R3 v1_17_R1 v1_18_R2 v1_19_R1 - dist - + dist + \ No newline at end of file