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

Configured Maven to use only local JARs as dependencies. #218

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

Conversation

odisseus
Copy link
Contributor

@odisseus odisseus commented Mar 1, 2023

The Maven build is now configured so that Maven doesn't download the dependencies from either the Central repository or the Jitpack repository. Maven still needs the network to download its own plugins (e. g. maven-surefire-plugin for testing).

I had to add the dependencies on multibase, multihash and cid explicitly, because the information about transitive dependencies cannot be resolved without POM files. However, this is actually good style, as this project also depends on these libraries directly.

This pull request is related to #215.

@odisseus odisseus marked this pull request as draft March 1, 2023 02:44
@odisseus odisseus marked this pull request as ready for review March 1, 2023 03:38
@odisseus odisseus marked this pull request as draft December 12, 2023 08:06
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