The clean javafx:run goal launch system shows a warning :
[WARNING] * Required filename-based automodules detected: [jdom2-2.0.6.jar]. Please don't publish this project to a public artifact repository! *
The clean javafx:jlink (to export in an app with launcher) goal break with the same warning and error:
[WARNING] Required filename-based automodules detected. Please don't publish this project to a public artifact repository!
Error: automatic module cannot be used with jlink: jdom2 from file:///C:/Users/tsimo/.m2/repository/org/jdom/jdom2/2.0.6/jdom2-2.0.6.jar
Since gson library was added for JSON structure support, we should leave jdom2 and migrate list files structures by JSON.
The
clean javafx:run
goal launch system shows a warning :The
clean javafx:jlink
(to export in an app with launcher) goal break with the same warning and error:Since gson library was added for JSON structure support, we should leave jdom2 and migrate list files structures by JSON.