-
-
Notifications
You must be signed in to change notification settings - Fork 131
fix: Normalize URL for Nexus3 deployer #1968
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -20,6 +20,7 @@ | |||
import com.fasterxml.jackson.annotation.JsonIgnore; | |||
import org.jreleaser.model.Active; | |||
import org.jreleaser.model.Http; | |||
import org.jreleaser.model.internal.validation.deploy.maven.MavenDeployersValidator; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this import was added because of the javadoc comment. Could it be removed and use the FQN classname in the comment?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I can change that
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
Add normalization for the Nexus3 URL to ensure the repository trailing slash is included when performing the deploy operation. Fixes jreleasergh-1967 Signed-off-by: Thomas Vitale <ThomasVitale@users.noreply.github.com>
Thank you 😄 |
This reverts the change done in jreleaser#1968, which was not correct for Nexus3.
This reverts the change done in jreleaser#1968, which was not correct for Nexus3. Signed-off-by: Thomas Vitale <ThomasVitale@users.noreply.github.com>
This reverts the change done in #1968, which was not correct for Nexus3. Signed-off-by: Thomas Vitale <ThomasVitale@users.noreply.github.com>
🎉 This issue has been resolved in |
Fixes gh-1967
Context
Add normalization for the Nexus3 URL to ensure the repository trailing slash is included when performing the deploy operation.
Checklist
Apache License 2.0, e.g. the code was written by
you or the original code is licensed under a license compatible to Apache License 2.0.