From 4f3066d1ccccdf9d3d25ebaeccc79c30e88123f4 Mon Sep 17 00:00:00 2001 From: UnlegitDqrk Date: Tue, 3 Mar 2026 12:12:44 +0100 Subject: [PATCH] Added JavaDocs --- .idea/compiler.xml | 5 +++++ core/pom.xml | 22 ++++++++++++++++++++++ jme/pom.xml | 22 ++++++++++++++++++++++ jse/pom.xml | 22 ++++++++++++++++++++++ 4 files changed, 71 insertions(+) diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 85067693..81d3ef08 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -13,4 +13,9 @@ + + + \ No newline at end of file diff --git a/core/pom.xml b/core/pom.xml index be591942..22d310cb 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -13,6 +13,28 @@ + + org.apache.maven.plugins + maven-javadoc-plugin + 3.6.3 + + false + false + none + en_US + UTF-8 + UTF-8 + UTF-8 + + + + attach-javadocs + + jar + + + + org.apache.maven.plugins maven-source-plugin diff --git a/jme/pom.xml b/jme/pom.xml index 2f5f8da1..c9762922 100644 --- a/jme/pom.xml +++ b/jme/pom.xml @@ -30,6 +30,28 @@ + + org.apache.maven.plugins + maven-javadoc-plugin + 3.6.3 + + true + true + none + en_US + UTF-8 + UTF-8 + UTF-8 + + + + attach-javadocs + + jar + + + + org.apache.maven.plugins maven-resources-plugin diff --git a/jse/pom.xml b/jse/pom.xml index c3affa8e..c76862c7 100644 --- a/jse/pom.xml +++ b/jse/pom.xml @@ -38,6 +38,28 @@ + + org.apache.maven.plugins + maven-javadoc-plugin + 3.6.3 + + false + false + none + en_US + UTF-8 + UTF-8 + UTF-8 + + + + attach-javadocs + + jar + + + + org.apache.maven.plugins maven-jar-plugin