Das mit dem mssql jdbc hab ich in den Griff bekommen, da kommt auch kein Fehler mehr.
Den Befehl für die Modul Info hab ich auch ausgeführt
[CODE=java] jdeps --generate-module-info . --ignore-missing-deps ../mysql-connector-j-8.0.32.jar
Warning: --ignore-missing-deps specified. Missing dependencies from mysql.connector.j are ignored
writing to .\mysql.connector.j\module-info.java[/CODE]
Die Pom hab ich ebenfalls angepasst mit dem <ignoreSigningInformation>
Ich verzweifel langsam 
Leider hab ich immernoch den Fehler:
[CODE][INFO] --- moditect-maven-plugin:1.0.0.RC2:add-module-info (add-module-infos) @ WMS_HMI ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.733 s
[INFO] Finished at: 2023-03-07T10:39:43+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.moditect:moditect-maven-plugin:1.0.0.RC2:add-module-info (add-module-infos) on project WMS_HMI: Unable to parse configuration of mojo org.moditect:moditect-maven-plugin:1.0.0.RC2:add-module-info for parameter module: Cannot find default setter in class org.moditect.mavenplugin.add.model.ModuleConfiguration -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginConfigurationException
[/CODE]