Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

The scm > url in pom.xml is broken #2438

@Javakky-pxv

Description

@Javakky-pxv

The pom.xml registered in the Maven Central Repository has an invalid URL set to scm > url.

The pom.xml added to GitHub Repository seems to have a valid URL.

Where does this difference come from?

Steps to reproduce

  1. Check the pom.xml included in this repository.
<scm>
  <connection>scm:git:[email protected]:googleapis/java-bigquery.git</connection>
  <developerConnection>scm:git:[email protected]:googleapis/java-bigquery.git</developerConnection>
  <url>https://github.com/googleapis/java-bigquery</url>
  <tag>HEAD</tag>
</scm>
  1. Check the pom.xml in the Maven Central Repository and the Source Code field in the Repository Search.
<scm>
  <connection>scm:git:[email protected]:googleapis/java-bigquery.git/google-cloud-bigquery</connection>
  <developerConnection>scm:git:[email protected]:googleapis/java-bigquery.git/google-cloud-bigquery</developerConnection>
  <url>https://github.com/googleapis/java-bigquery/google-cloud-bigquery</url>
</scm>
  1. However, googleapis/java-bigquery/google-cloud-bigquery cannot be opened in a browser or automatically read CHANGELOG because of an invalid URL (HTTP: 404).

Any additional information below

Metadata

Metadata

Assignees

No one assigned

    Labels

    api: bigqueryIssues related to the googleapis/java-bigquery API.documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions