{"id":21702826,"url":"https://github.com/openpj/ivy-dbdep-ant-task","last_synced_at":"2026-05-19T14:06:11.948Z","repository":{"id":152888153,"uuid":"41793855","full_name":"OpenPj/ivy-dbdep-ant-task","owner":"OpenPj","description":"Apache Ivy Database Dependencies Plugin (dbdep for Ivy)","archived":false,"fork":false,"pushed_at":"2015-09-02T12:39:51.000Z","size":228,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-24T19:44:58.722Z","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:56:58.000Z","updated_at":"2015-09-02T12:37:25.000Z","dependencies_parsed_at":"2023-04-23T06:49:23.809Z","dependency_job_id":null,"html_url":"https://github.com/OpenPj/ivy-dbdep-ant-task","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/OpenPj/ivy-dbdep-ant-task","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenPj%2Fivy-dbdep-ant-task","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenPj%2Fivy-dbdep-ant-task/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenPj%2Fivy-dbdep-ant-task/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenPj%2Fivy-dbdep-ant-task/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OpenPj","download_url":"https://codeload.github.com/OpenPj/ivy-dbdep-ant-task/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenPj%2Fivy-dbdep-ant-task/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33219409,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-19T07:54:09.561Z","status":"ssl_error","status_checked_at":"2026-05-19T07:54:08.508Z","response_time":58,"last_error":"SSL_read: 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.086Z","updated_at":"2026-05-19T14:06:11.924Z","avatar_url":"https://github.com/OpenPj.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\nApache Ivy Database Dependencies Plugin (dbdep for Ivy)\n\nA custom Apache Ivy Ant Task to store dependencies on a database\n\nApache Ivy Database Dependencies Ant Task can be used to store in a easy way all the dependencies of all of your Ant 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 Apache Ivy Database Dependencies Plugin (dbdep for Ivy)\nThis page is dedicated to show how to install Apache Ivy Database Dependencies Plugin.\n\nDatabase creation\nDownload and execute with a SQL client a script to create dbdep database, for MySQL you can execute setup_db.sql (you can find it in the plugin package distribution too).\n\nAnt classpath\nAdd to your Ant classpath all the dependencies included in dbdep with-dependencies package, here you can see version and scope for each dependency:\n\ncom.sourcesense:ivy-dbdep-ant-task:jar:0.2\n[INFO] +- junit:junit:jar:3.8.1:test\n[INFO] +- org.springframework:spring:jar:2.5.6:compile\n[INFO] |  \\- commons-logging:commons-logging:jar:1.1.1:compile\n[INFO] +- commons-dbcp:commons-dbcp:jar:1.2.2:compile\n[INFO] |  \\- commons-pool:commons-pool:jar:1.3:compile\n[INFO] +- commons-digester:commons-digester:jar:1.8:compile\n[INFO] |  \\- commons-beanutils:commons-beanutils:jar:1.7.0:compile\n[INFO] +- log4j:log4j:jar:1.2.15:compile\n[INFO] |  +- javax.mail:mail:jar:1.4:compile\n[INFO] |  |  \\- javax.activation:activation:jar:1.1:compile\n[INFO] |  +- javax.jms:jms:jar:1.1:compile\n[INFO] |  +- com.sun.jdmk:jmxtools:jar:1.2.1:compile\n[INFO] |  \\- com.sun.jmx:jmxri:jar:1.2.1:compile\n[INFO] \\- org.apache.ant:ant:jar:1.7.1:compile\n[INFO]    \\- org.apache.ant:ant-launcher:jar:1.7.1:compile\nFor more informations about dependencies you can visit Project's Website.\n\nConfigure your own Apache Ivy project\nTo enable dbdep plugin you must add this snippet on your Apache Ant file (build.xml):\n\n\u003c!-- ================================= \n      target: Apache Ivy DbDep Plugin             \n     ================================= --\u003e\n        \u003ctaskdef name=\"ApacheIvyDbDepAntTask\" classname=\"com.sourcesense.ant.dbdep.task.IvyDbDepTask\" /\u003e\n        \u003ctarget name=\"ApacheIvyDbDep\"\u003e\n                \u003cApacheIvyDbDepAntTask \n                        databaseDriverClassName=\"driver.classname.package.dbms\" \n                        databaseUrl=\"jdbc:dbms://ip:port/dbdep\" \n                        databaseUsername=\"dbdep\" \n                        databasePassword=\"dbdep\" \n                        ivyFilePath=\"ivy.xml\" \n                        environment=\"YOUR ENVIRONMENT NAME\" \n                        project=\"YOUR PROJECT NAME\"\u003e\n                \u003c/ApacheIvyDbDepAntTask\u003e\n        \u003c/target\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenpj%2Fivy-dbdep-ant-task","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenpj%2Fivy-dbdep-ant-task","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenpj%2Fivy-dbdep-ant-task/lists"}