From 083d29caa57be3700e1dbce5f86998df5b9260bb Mon Sep 17 00:00:00 2001 From: UnlegitDqrk Date: Sat, 7 Feb 2026 19:45:32 +0100 Subject: [PATCH] Small changes --- pom.xml | 44 ++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 42 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index b5c844c..b80026b 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ https://open-autonomous-connection.org/ https://open-autonomous-connection.org/ - The default DNS-Server + The default WebClient-Server 23 @@ -45,7 +45,7 @@ Issue Tracker - https://repo.open-autonomous-connection.org/open-autonomous-connection/DNSServer/issues + https://repo.open-autonomous-connection.org/open-autonomous-connection/WebClient/issues @@ -145,4 +145,44 @@ compile + + + + + org.apache.maven.plugins + maven-source-plugin + 3.3.0 + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.6.3 + + false + false + none + en_US + UTF-8 + UTF-8 + UTF-8 + + + + attach-javadocs + + jar + + + + + + \ No newline at end of file