Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: remove unnecessary distributionManagement section
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.
- Loading branch information