go-offline-maven-plugin icon indicating copy to clipboard operation
go-offline-maven-plugin copied to clipboard

Generate a json of required dependencies

Open bsnisar opened this issue 3 years ago • 1 comments

Hello!

It is nice to introduce another task that instead of downloading a dependencies generate a list of dependencies. This is nice-to-have feature that I would like to use by my https://github.com/wix-incubator/bazelizer

Generate a file under target directory (or just print to stdout or by provided path) a list like:

{ "groupId": "<...>", "artifactId": "< .. >", "version": "<...>" }
{ "groupId": "<...>", "artifactId": "< .. >", "version": "<...>" }
{ "groupId": "<...>", "artifactId": "< .. >", "version": "<...>" }
....

bsnisar avatar Aug 05 '21 14:08 bsnisar

Seems doable, I will look into it :)

Theoderich avatar Aug 10 '21 08:08 Theoderich