brianfrankcooper / YCSB

Yahoo! Cloud Serving Benchmark
Apache License 2.0
4.94k stars 2.24k forks source link

mvn clean package #1623

Closed MARK7412 closed 2 years ago

MARK7412 commented 2 years ago

Execute MVN Clean Package [ERROR] Failed to execute goal on project mongodb-binding: Could not resolve dependencies for project site.ycsb:mongodb-binding:jar:0.18.0-SNAPSHOT: Failed to collect dependencies at com.allanbank:mongodb-async-driver:jar:2.0.1: Failed to read artifact descriptor for com.allanbank:mongodb-async-driver:jar:2.0.1: Could not transfer artifact com.allanbank:mongodb-async-driver:pom:2.0.1 from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [allanbank (http://www.allanbank.com/repo/, default, releases)] -> [Help 1] maven:3.5.4 Where is the problem?

busbey commented 2 years ago

your maven version is in a default configuration that blocks repos that use HTTP instead of HTTPS. reconfigure maven to allow the repository or use one of our binary release downloads instead.

MARK7412 commented 2 years ago

I want to add a delete operation to the secondary development. Then I write a package to verify it. Then there is a problem with the MAV clean package, or how to delete it. Then I verify that the deletion operation is through the workhard file. I am a MAC system. How many versions of Maven should be appropriate, so that the problems I mentioned before will not occur

发自我的iPhone

------------------ Original ------------------ From: Sean Busbey @.> Date: Thu,Jun 30,2022 0:26 AM To: brianfrankcooper/YCSB @.> Cc: mazhuang111 @.>, Author @.> Subject: Re: [brianfrankcooper/YCSB] mvn clean package (Issue #1623)

your maven version is in a default configuration that blocks repos that use HTTP instead of HTTPS. reconfigure maven to allow the repository or use one of our binary release downloads instead.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

busbey commented 2 years ago

please follow the link to the maven documentation that explains how to set your local settings.xml to make the repository work.