nexus-repo-github-action icon indicating copy to clipboard operation
nexus-repo-github-action copied to clipboard

org.sonatype.nexus.rest.ValidationErrorsException: Upload to snapshot repositories not supported, use the maven client.

Open davidkarlsen opened this issue 2 years ago • 3 comments

I see this error when attempting to upload a .tar.gz:

2022-01-03 13:28:13,974+0100 INFO  [qtp1572550833-532185]  dts-jenkins-is org.sonatype.nexus.repository.upload.internal.UploadManagerImpl - Uploading component with parameters: repository="snapshots" format="maven2" groupId="com.evry.fs.tac.jfr.jfr-clien
t" artifactId="jfr-client-dist" version="4.0.7-SNAPSHOT" 
2022-01-03 13:28:13,974+0100 INFO  [qtp1572550833-532185]  dts-jenkins-is org.sonatype.nexus.repository.upload.internal.UploadManagerImpl - Asset with parameters: file="jfr-client-dist-4.0.7-SNAPSHOT.tar.gz" extension="tar.gz" 
2022-01-03 13:28:13,975+0100 WARN  [qtp1572550833-532185]  dts-jenkins-is org.sonatype.nexus.siesta.internal.ValidationErrorsExceptionMapper - (ID b02db289-24f8-400f-b120-108b3be01869) Response: [400] '[ValidationErrorXO{id='*', message='Upload to snapsh
ot repositories not supported, use the maven client.'}]'; mapped from: org.sonatype.nexus.rest.ValidationErrorsException: Upload to snapshot repositories not supported, use the maven client.

davidkarlsen avatar Jan 03 '22 12:01 davidkarlsen