]> Git Server - utils.git/commitdiff
POM.xml
authorRobin Cheney <cheneyr@eternal.ddnss.de>
Thu, 20 Nov 2025 09:31:35 +0000 (10:31 +0100)
committerRobin Cheney <cheneyr@eternal.ddnss.de>
Thu, 20 Nov 2025 09:31:35 +0000 (10:31 +0100)
pom.xml
src/main/java/de/ddnss/eternal/utils/io/input/user/CMDCommands.java

diff --git a/pom.xml b/pom.xml
index b9d7a8fac94f888a3a75ff257d589e397d8f7672..6a8e605190e8d31519842ef13bfb4bb297ea1e4c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -9,8 +9,27 @@
     <version>1.1</version>
 
     <properties>
+        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <maven.compiler.source>17</maven.compiler.source>
         <maven.compiler.target>17</maven.compiler.target>
     </properties>
 
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <version>3.6.3</version>
+                <configuration>
+                    <tags>
+                        <tag>
+                            <name>apiNote</name>
+                            <placement>a</placement>
+                            <head>API Note:</head>
+                        </tag>
+                    </tags>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>
\ No newline at end of file
index 67b6b29523fc96324eddcbdb537e51088d6cefd1..a999cf8294dd61075601b68dab1175cab2b5749c 100644 (file)
@@ -4,6 +4,7 @@ import java.util.Scanner;
 
 import de.ddnss.eternal.utils.io.input.AvailableCommands;
 import de.ddnss.eternal.utils.io.input.CommandOption;
+import de.ddnss.eternal.utils.io.input.Command;
 
 /**
  * Should be useful for capturing console command