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

ci: remove unnecessary distributionManagement section #3565

Merged
merged 1 commit into from
Jan 9, 2025

Conversation

suztomo
Copy link
Member

@suztomo suztomo commented Jan 9, 2025

The distributionManagement declared in the pom.xml files interferes the upload to GCP ArtifactRegistry because it tries to
upload artifacts to google.oss.sonatype.org even when you try to upload artifacts to GCP Artifact Registry (b/377328233#comment9).

The distributionManagement is already configured in the parent POM at
https://github.com/googleapis/java-shared-config/blob/6d526a3129f585338b14dab8f041e56dbaae4cd5/native-image-shared-config/pom.xml#L42. No need redeclare in these pom.xml files.

The distributionManagement declared in the pom.xml files
interferes the upload to GCP ArtifactRegistry because it tries to
upload artifacts to google.oss.sonatype.org even when you try to
upload artifacts to GCP Artifact Registry.
The distributionManagement is already configured in the parent
POM at
https://github.com/googleapis/java-shared-config/blob/6d526a3129f585338b14dab8f041e56dbaae4cd5/native-image-shared-config/pom.xml#L42
No need redeclare in these pom.xml files.
@product-auto-label product-auto-label bot added the size: s Pull request size is small. label Jan 9, 2025
@suztomo suztomo merged commit 2429ac3 into googleapis:main Jan 9, 2025
44 of 46 checks passed
@suztomo suztomo deleted the 2.51.1_ar branch January 10, 2025 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: s Pull request size is small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants