You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 20, 2020. It is now read-only.
Hi,
I tried the rawPopulator.groovy to upload file. Our url using the "-h" flag looks like this "-h http://servername:8081/nexus" but the upload request points to "PUT http://servername:8081/repository/repoName/index.html" as printed via logging. So the subpath "/nexus" is lost somewhere. If I change the resourcePath to "def resourcePath = "/nexus/repository/${options.r}/"" then everything works.
Regards,
Markus
The text was updated successfully, but these errors were encountered:
That certainly sounds possible. However, I'm not sure this project is even active. Last commit was 2016. IIRC, it was used for resources against the now defunt NXRM book. We use help.sonatype.com now.
For scripting assists, I suggest asking community.sonatype.com.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I tried the rawPopulator.groovy to upload file. Our url using the "-h" flag looks like this "-h http://servername:8081/nexus" but the upload request points to "PUT http://servername:8081/repository/repoName/index.html" as printed via logging. So the subpath "/nexus" is lost somewhere. If I change the resourcePath to "def resourcePath = "/nexus/repository/${options.r}/"" then everything works.
Regards,
Markus
The text was updated successfully, but these errors were encountered: