Hi, so I'm using your plugin to download files from Nexus. I can hit the /resolve endpoint just fine, but when trying to hit /artifact/maven/content (see here: https://repository.sonatype.org/nexus-restlet1x-plugin/default/docs/path__artifact_maven_content.html) I can't seem to get it to work. Most of the time it hangs and then fails because it runs out of heap space.
Is there some configuration I'm overlooking? Or is there maybe some task/class I can create to handle the download of the output of that rest request?
Thanks.