Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use https for maven repositories #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

serra
Copy link

@serra serra commented Mar 26, 2024

For me, this fixes the following error:

Failed to execute goal on project dremio-sqlite-plugin: Could not resolve dependencies for project com.dremio.plugin:dremio-sqlite-plugin:jar:24.3.2-202401241821100032-d2d8a497: 
Failed to collect dependencies at com.dremio.community.plugins:dremio-ce-jdbc-plugin:jar:24.3.2-202401241821100032-d2d8a497: 
Failed to read artifact descriptor for com.dremio.community.plugins:dremio-ce-jdbc-plugin:jar:24.3.2-202401241821100032-d2d8a497: 
Could not transfer artifact com.dremio.community.plugins:dremio-ce-jdbc-plugin:pom:24.3.2-202401241821100032-d2d8a497 from/to maven-default-http-blocker (http://0.0.0.0/): 
Blocked mirror for repositories: [dremio-public (http://maven.dremio.com/public/, default, releases+snapshots), dremio-free (http://maven.dremio.com/free/, default, releases+snapshots)] -> [Help 1]

For me, this fixes the following error:

```
Failed to execute goal on project dremio-sqlite-plugin: Could not resolve dependencies for project com.dremio.plugin:dremio-sqlite-plugin:jar:24.3.2-202401241821100032-d2d8a497: Failed to collect dependencies at com.dremio.community.plugins:dremio-ce-jdbc-plugin:jar:24.3.2-202401241821100032-d2d8a497: Failed to read artifact descriptor for com.dremio.community.plugins:dremio-ce-jdbc-plugin:jar:24.3.2-202401241821100032-d2d8a497: Could not transfer artifact com.dremio.community.plugins:dremio-ce-jdbc-plugin:pom:24.3.2-202401241821100032-d2d8a497 from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [dremio-public (http://maven.dremio.com/public/, default, releases+snapshots), dremio-free (http://maven.dremio.com/free/, default, releases+snapshots)] -> [Help 1]
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant