From c92f13ce4f7b253e9de957e38b2159323090a418 Mon Sep 17 00:00:00 2001 From: fullwall Date: Thu, 30 Jan 2025 01:56:39 +0800 Subject: [PATCH] Revert "Include API in sources artifact (#3217)" This reverts commit 1a7689cc2531da93d8e74acb551b20578abab3c1. --- main/pom.xml | 50 +++----------------------------------------------- 1 file changed, 3 insertions(+), 47 deletions(-) diff --git a/main/pom.xml b/main/pom.xml index bb1183414..df78e1972 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -148,58 +148,14 @@ - - org.codehaus.mojo - build-helper-maven-plugin - 3.6.0 - - - include-api-sources - install - - add-source - - - - ${project.build.directory}/api-sources - - - - - - - org.apache.maven.plugins - maven-dependency-plugin - 3.8.1 - - - unpack-api-sources - install - - unpack - - - - - net.citizensnpcs - citizensapi - ${project.version} - sources - ${project.build.directory}/api-sources - - - - - - org.apache.maven.plugins maven-source-plugin - 3.3.1 + 3.2.1 attach-sources - install + package jar-no-fork @@ -294,4 +250,4 @@ - + \ No newline at end of file