From 04f6cc0591894370ebadd35f5fbaa445063da904 Mon Sep 17 00:00:00 2001
From: Strongest Number 9 <16169054+StrongestNumber9@users.noreply.github.com>
Date: Wed, 17 Apr 2024 13:38:31 +0300
Subject: [PATCH] Adds missing source and javadoc plugins, fixes deploy plugin
settings (#2)
---
pom.xml | 31 ++++++++++++++++++++++++++++++-
1 file changed, 30 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index be5a6be..9092765 100644
--- a/pom.xml
+++ b/pom.xml
@@ -224,6 +224,35 @@
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ 3.3.1
+
+
+ attach-sources
+
+ jar-no-fork
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 3.6.3
+
+
+ attach-javadocs
+
+ jar
+
+
+
+
+
+
+
org.apache.maven.plugins
maven-compiler-plugin
@@ -247,7 +276,7 @@
maven-deploy-plugin
3.1.1
- true
+ false