From 727dfa427e708808a121627f861a3728796c0f97 Mon Sep 17 00:00:00 2001 From: Priyanshu Bhardwaj Date: Tue, 5 Aug 2025 21:42:04 +0000 Subject: [PATCH] feat: Add required metadata for Maven Central publishing --- pom.xml | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e852e8e..3c7478d 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,6 @@ + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + true + + + + attach-sources + package + + jar-no-fork + + + + org.apache.maven.plugins