Hello, I'm working to improve the ecosystem of https://nixos.org/ and it's ability to package Maven applications. Part of the dilemma is I need a way to determine all the dependencies for a given Maven project (the URL) and the SHA.
I've looked into Aether to obtain this information, but it does not provide any of the plugin dependencies. Does someone have a recommendation of how best to modify or work with Maven to retrieve this information? Cheers, Farid Zakaria