Open sirolf2009 opened 5 years ago
We could have two options - one for maven style layout and one for prepending the package name for example, or simly giving a specific name to each dependency. I don't have time to work on this myself for now, but feel free to submit a PR.
will do, I'm a little busy, so it might take a week or so.
I'm using fxlauncher in a project of mine and I kept getting
ClassNotFound
errors. It took me a while to realize, but it turns out I have 2 dependencies where the artifactID are both called 'util'This is fine during development, but as soon as you launch it with fxlauncher, it will download both artifacts as util.jar to the same folder, so only one util.jar will remain, which is causing my
ClassNotFound
's.I guess prefixing the group ID would fix it, but maybe it would be a nicer solution to have an maven repo folder layout?