Skip to content

How to change the repositories to local #7275

Discussion options

You must be logged in to vote

In fact dbeaver depends on jsqlparser 3.2 and jexl 3.1. Make sure you use branch devel (master is deprecated).

Generally you can change property local-p2-repo.url in root pom.xml. It refers to P2 repository with 3rd party dependencies. The list of dependencies is located in https://github.com/dbeaver/dbeaver/blob/devel/product/localRepository/pom.xml

You can create your own P2 repository and overwrite local-p2-repo.url (e.g. with Maven cli parameters).

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by serge-rider
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #7275 on December 09, 2020 11:25.