Ecj 3.19.0 present in maven-central but missing in google-maven-central

Travis build fails due to artifact org.eclipse.jdt:ecj:jar:3.19.0 missing in google-maven-central:

Thu 19 Sep 09:20:01 UTC 2019
--2019-09-19 11:20:01--  https://maven-central.storage-download.googleapis.com/repos/central/data/org/eclipse/jdt/ecj/3.18.0/ecj-3.18.0.pom
Resolving maven-central.storage-download.googleapis.com (maven-central.storage-download.googleapis.com)... 216.58.215.80, 2a00:1450:401b:806::2010
Connecting to maven-central.storage-download.googleapis.com (maven-central.storage-download.googleapis.com)|216.58.215.80|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1669 (1.6K) [text/xml]
Saving to: ‘ecj-3.18.0.pom’

ecj-3.18.0.pom                          100%[===============================================================================>]   1.63K  --.-KB/s    in 0.001s  

2019-09-19 11:20:03 (1.78 MB/s) - ‘ecj-3.18.0.pom’ saved [1669/1669]

Thu 19 Sep 09:20:03 UTC 2019
--2019-09-19 11:20:03--  https://maven-central.storage-download.googleapis.com/repos/central/data/org/eclipse/jdt/ecj/3.19.0/ecj-3.19.0.pom
Resolving maven-central.storage-download.googleapis.com (maven-central.storage-download.googleapis.com)... 216.58.215.80, 2a00:1450:401b:806::2010
Connecting to maven-central.storage-download.googleapis.com (maven-central.storage-download.googleapis.com)|216.58.215.80|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2019-09-19 11:20:04 ERROR 404: Not Found.

In central-central it’s declared to be present
https://repo1.maven.org/maven2/org/eclipse/jdt/ecj/3.19.0/
since 2019-09-17 15:46.

In my project no other repositories are declared, so I blame travis $HOME/.m2/settings.xml with GCS Maven Central mirror set for central.

Seems like sync issue to-google-mirror, but I do not know where to raise it.

example build

I do not know where to raise it

Now I know: Maven Central mirror hosted on Google Cloud Storage

2 Likes

Google Cloud Storage is checking sync errors.

ecj 3.19.0 is available now.