Using symbolic links in raw repository

We store some files in versioned folders in a raw repository and we’d love to have a folder called “latest” that is actually a symbolic link to the latest versioned folder. Is there a way to do this? Right now we are basically uploading twice, once for the versioned folder, once for the latest folder. If we ssh into the nexus repo machine and ln -s the folder will that automatically be picked up by the nexus repo?

Thanks

Unfortunately the “raw” repository type does not support this. Feel free to open a feature request on issues.sonatype.org under the Dev - Nexus Repository (NEXUS) project.

Thanks, filed https://issues.sonatype.org/browse/NEXUS-27269