- Follow instructions to Develop in Eclipse for DBeaver
- A specific version of Eclipse may be needed. Checkout Eclipse 2024-06 at the moment.
- A specific version of DBeaver may be needed. Checkout tag 24.1.0 at the moment.
- Get dbeaver-vault source code in the same workspace as DBeaver and import it
File -> Import... -> General -> Existing Projects Into Workspace
, withSearch for nested projects
- Modify or clone the run configuration
DBeaver.product
to include the dbeaver-vault plugin in the plugins tab - To build
- File → Export → Plug-in Development → Deployable features → Next
- Select
com.premiumminds.dbeaver.vault.feature
- In Destination tab, choose Directory and select the
update-site
folder - In the Options tab, enable Categorize repository and choose
feature/category.xml
- Click Finish
- Add files in
update-site
folder to git and push to GitHub to make them available in the update site