{"id":21702828,"url":"https://github.com/openpj/maven-dbdep-plugin","last_synced_at":"2026-04-16T12:05:36.689Z","repository":{"id":152888174,"uuid":"41793094","full_name":"OpenPj/maven-dbdep-plugin","owner":"OpenPj","description":"Apache Maven Database Dependencies Plugin (dbdep for Maven)","archived":false,"fork":false,"pushed_at":"2015-09-02T12:39:16.000Z","size":248,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-20T16:38:19.379Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OpenPj.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-09-02T09:41:57.000Z","updated_at":"2015-09-02T12:37:42.000Z","dependencies_parsed_at":"2023-04-13T16:16:18.201Z","dependency_job_id":null,"html_url":"https://github.com/OpenPj/maven-dbdep-plugin","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/OpenPj/maven-dbdep-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenPj%2Fmaven-dbdep-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenPj%2Fmaven-dbdep-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenPj%2Fmaven-dbdep-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenPj%2Fmaven-dbdep-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OpenPj","download_url":"https://codeload.github.com/OpenPj/maven-dbdep-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenPj%2Fmaven-dbdep-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31884933,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T11:36:10.202Z","status":"ssl_error","status_checked_at":"2026-04-16T11:36:09.652Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-25T21:20:14.182Z","updated_at":"2026-04-16T12:05:36.672Z","avatar_url":"https://github.com/OpenPj.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"Apache Maven Database Dependencies Plugin (dbdep for Maven)\n\nA custom Apache Maven Plugin to store dependencies on a database\n\n\nApache Maven Database Dependencies Plugin can be used to store in a easy way all the dependencies of all of your Maven projects in a database.\n\nThe goal is simplifying software development monitoring for business intelligence purpose.\n\nThe implementation is based on Spring Framework for transactions and queries.\n\nHow to install Maven Database Dependencies Plugin (dbdep for Maven)\nThis page is dedicated to show how to install Maven Db Dependencies Plugin.\n\nDatabase creation\nDownload and execute with a SQL client setup_db.sql\n\nConfigure your own Maven project\nCopy JAR and POM file in a directory and install Maven Database Dependencies Plugin on you local Maven repository in this way (version 0.2):\n\nmvn install:install-file -DgroupId=com.sourcesense -DartifactId=maven-dbdep-plugin -Dversion=0.2 -Dpackaging=jar -Dfile=maven-dbdep-plugin-0.2.jar -DpomFile=maven-dbdep-plugin-0.2.pom\nNow you can add this snippet in your own project POM file, in this example snippet you can see how to configure your DBMS:\n\n      \u003cplugin\u003e\n        \u003cgroupId\u003ecom.sourcesense\u003c/groupId\u003e\n        \u003cartifactId\u003emaven-dbdep-plugin\u003c/artifactId\u003e\n        \u003cversion\u003e0.2\u003c/version\u003e\n        \u003cexecutions\u003e\n          \u003cexecution\u003e\n            \u003cid\u003edbdep\u003c/id\u003e\n            \u003cgoals\u003e\n              \u003cgoal\u003edbdep\u003c/goal\u003e\n            \u003c/goals\u003e\n            \u003cconfiguration\u003e\n                \u003cjdbcDriverClassName\u003edriver.classname.package.dbms\u003c/jdbcDriverClassName\u003e\n                \u003cjdbcUrl\u003ejdbc:dbms://ip:port/dbdep\u003c/jdbcUrl\u003e\n                \u003cjdbcUsername\u003edbdep\u003c/jdbcUsername\u003e\n                \u003cjdbcPassword\u003edbdep\u003c/jdbcPassword\u003e\n            \u003c/configuration\u003e\n          \u003c/execution\u003e\n        \u003c/executions\u003e\n      \u003c/plugin\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenpj%2Fmaven-dbdep-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenpj%2Fmaven-dbdep-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenpj%2Fmaven-dbdep-plugin/lists"}