>
> artifact descriptor for
> org.apache.hadoop:hadoop-build-tools:jar:3.3.9-SNAPSHOT: Could not transfer
> artifact org.apache.hadoop:hadoop-build-tools:pom:3.3.9-SNAPSHOT from/to
> maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for
> repositories: [apache.snapshots (http://repositor
Yes I am aware of that and so I was confused because we do have snapshot
repository defined in Ozone's pom.xml.
https://github.com/apache/ozone/blame/master/pom.xml#L86
Does it define where Ozone upload the snapshots rather than defining where
to download dependency snapshots? I'll check this out
Hi Wei-Chiu,
It says the snapshot maven repo is blocked from your logs:
Blocked mirror for
> repositories: [apache.snapshots (http://repository.apache.org/snapshots,
> default, snapshots)] -> [Help 1]
>
I believe It is caused by using insecure http:// maven repo by default:
https://stackove