DependencyDownload icon indicating copy to clipboard operation
DependencyDownload copied to clipboard

Is it possible to provide generator plugin support for maven users

Open IllTamer opened this issue 2 years ago • 1 comments

As the title, when I use it with maven project, editing the configuration file always gives me a headache

IllTamer avatar Feb 16 '23 16:02 IllTamer

I don't personally use maven for almost anything so I don't see myself making one, but I'm open to a PR.

The "config" file was never intended to be edited by hand, I'd suggest adding your dependencies in code instead with DependencyManager#addDependency (usage) either by hard coding your dependencies or writing some sort of parser for a more human friendly format

Vankka avatar Feb 16 '23 21:02 Vankka