This repository was archived by the owner on Mar 23, 2026. It is now read-only.
Description 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
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 >
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 >
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
Reactions are currently unavailable
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
Any additional information below