Skip to content

Commit 4464c46

Browse files
fix(ci): Remove /service/local/ suffix from nexusUrl (#458)
The nexus-staging-maven-plugin appends /service/local/ internally. Providing the full path causes a validation error: 'Mandatory plugin parameter nexusUrl should be your Nexus base URL only'
1 parent ade28bd commit 4464c46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@
501501
<extensions>true</extensions>
502502
<configuration>
503503
<serverId>sonatype-nexus-staging</serverId>
504-
<nexusUrl>https://ossrh-staging-api.central.sonatype.com/service/local/</nexusUrl>
504+
<nexusUrl>https://ossrh-staging-api.central.sonatype.com/</nexusUrl>
505505
</configuration>
506506
</plugin>
507507
</plugins>

0 commit comments

Comments
 (0)