michael-o commented on PR #206: URL: https://github.com/apache/maven-javadoc-plugin/pull/206#issuecomment-2226395310
I can confirm that `-J-Duser.language=en` works: ``` D:\Entwicklung\workspace-4.7\foo\target\site\apidocs>cmd.exe /X /C ""C:\Program Files\Eclipse Adoptium\jdk-21.0.3.9-hotspot\bin\javadoc.exe" @options @packages" Quelldateien werden geladen für Package foo... Javadoc-Informationen werden erstellt... Fehler: Keine öffentlichen oder geschützten Klassen zur Dokumentation gefunden. 1 Fehler ``` with flag set: ``` D:\Entwicklung\workspace-4.7\foo\target\site\apidocs>cmd.exe /X /C ""C:\Program Files\Eclipse Adoptium\jdk-21.0.3.9-hotspot\bin\javadoc.exe" -J-Duser.language= @options @packages" Loading source files for package foo... Constructing Javadoc information... error: No public or protected classes found to document. 1 error ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
