Skip to content
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

Missing project URL in pom causing Sonatype service stop failure #43

Merged
merged 1 commit into from
Feb 8, 2024

Conversation

teogor
Copy link
Owner

@teogor teogor commented Feb 8, 2024

Summary:

This pull request fixes an issue that prevented the Sonatype repository build service from stopping successfully. The problem stemmed from a missing project URL in the sudoklify-1.0.0-alpha04.pom file.

Details:

  • Identified an error message: "Failed to stop service 'sonatype-repository-build-service'. Closing the repository failed with the following errors: Invalid POM: /dev/teogor/sudoklify/sudoklify/1.0.0-alpha04/sudoklify-1.0.0-alpha04.pom: Project URL missing".
  • Traced the issue back to the missing project URL in the $version.pom file.
  • This fix adds the missing project URL to the POM file, ensuring proper structure and compatibility with Sonatype service interactions.

Benefits:

  • Enables successful stopping of the Sonatype repository build service.
  • Maintains valid POM structure for future interactions and deployments.
  • Prevents potential errors or inconsistencies during service management.

Testing:

  • Manually verified that the Sonatype service can now be stopped successfully.

@teogor teogor self-assigned this Feb 8, 2024
@teogor teogor merged commit 4e52cb3 into main Feb 8, 2024
4 checks passed
@zeobot zeobot bot deleted the fix/sonatype-service-stop-pom-error branch February 8, 2024 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

None yet

1 participant