From 8ec7992f9733d7d67cfc06f4745f5353f4e4f7c5 Mon Sep 17 00:00:00 2001 From: TheArrayser Date: Thu, 22 Jun 2023 21:16:18 +0200 Subject: [PATCH] Added sauce code to build or sth like that --- pom.xml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/pom.xml b/pom.xml index 75f1299..8f1ff56 100644 --- a/pom.xml +++ b/pom.xml @@ -21,6 +21,38 @@ maven-surefire-plugin 3.1.2 + + org.apache.maven.plugins + maven-javadoc-plugin + 3.4.0 + + 11 + UTF-8 + src/main/java + + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-source-plugin + 3.2.0 + + + attach-sources + + jar + + + + +