{"id":15290816,"url":"https://github.com/tomasbjerre/pom-downloader","last_synced_at":"2025-10-07T04:30:40.336Z","repository":{"id":57327218,"uuid":"183755995","full_name":"tomasbjerre/pom-downloader","owner":"tomasbjerre","description":"Given a Maven repository, it will download all pom-files.","archived":true,"fork":false,"pushed_at":"2019-10-09T16:59:06.000Z","size":74,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-10T18:14:09.794Z","etag":null,"topics":["maven","maven-repository","repository"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tomasbjerre.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["tomasbjerre"]}},"created_at":"2019-04-27T09:55:02.000Z","updated_at":"2023-06-16T02:49:01.000Z","dependencies_parsed_at":"2022-09-13T19:00:57.831Z","dependency_job_id":null,"html_url":"https://github.com/tomasbjerre/pom-downloader","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomasbjerre%2Fpom-downloader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomasbjerre%2Fpom-downloader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomasbjerre%2Fpom-downloader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomasbjerre%2Fpom-downloader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tomasbjerre","download_url":"https://codeload.github.com/tomasbjerre/pom-downloader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235586354,"owners_count":19014031,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["maven","maven-repository","repository"],"created_at":"2024-09-30T16:09:36.798Z","updated_at":"2025-10-07T04:30:40.000Z","avatar_url":"https://github.com/tomasbjerre.png","language":"Java","funding_links":["https://github.com/sponsors/tomasbjerre"],"categories":[],"sub_categories":[],"readme":"# Pom Downloader\n[![Build Status](https://travis-ci.org/tomasbjerre/pom-downloader.svg?branch=master)](https://travis-ci.org/tomasbjerre/pom-downloader)\n[![NPM](https://img.shields.io/npm/v/pom-downloader.svg?style=flat-square) ](https://www.npmjs.com/package/pom-downloader)\n\nThis is a command line tool that downloads pom files from a remote Maven repository.\n\nIntended to be used on a private Maven repository (like Nexus or Artifactory). As part of a set of tools to analyze dependencies between artifacts, see [Pom Dependency Analyzer](https://github.com/tomasbjerre/pom-dependency-analyzer).\n\nYou may try this on a public repository but be careful! Is is very likely a violation of its terms of service. See: https://central.sonatype.org/terms.html\n\nExample, download all pom-files available in any group starting with `se.bjurr.violations`:\n\n```shell\nnpx pom-downloader -g se.bjurr.violations -pt 100 -th 2\n```\n\nOr with Java:\n\n```shell\njava -jar pom-downloader-*.jar -g se.bjurr.violations -pt 100 -th 2\n```\n\n# Usage\n\n```shell\n-g, --groupid \u003cstring\u003e                     Only consider artifacts within this \n                                           group.\n                                           \u003cstring\u003e: any string\n                                           Default: \n-h, --help \u003cargument-to-print-help-for\u003e    \u003cargument-to-print-help-for\u003e: an argument to print help for\n                                           Default: If no specific parameter is given the whole usage text is given\n-ll, --log-level \u003cstring\u003e                  [INFO, VERBOSE]\n                                           \u003cstring\u003e: any string\n                                           Default: INFO\n-lm, --local-maven \u003cstring\u003e                This is where it will store pom-files.\n                                           \u003cstring\u003e: any string\n                                           Default: \u003cuser home\u003e/.m2\n-m, --mirrors \u003cstring\u003e                     Comma separated list of maven \n                                           mirrors to use.\n                                           \u003cstring\u003e: any string\n                                           Default: https://repo1.maven.org/maven2,http://uk.maven.org/maven2,https://jcenter.bintray.com\n-pt, --pause-time \u003cinteger\u003e                Number of milliseconds to sleep \n                                           before each request.\n                                           \u003cinteger\u003e: -2,147,483,648 to 2,147,483,647\n                                           Default: 100\n-th, --threads \u003cinteger\u003e                   Number of threads to use.\n                                           \u003cinteger\u003e: -2,147,483,648 to 2,147,483,647\n                                           Default: 1\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomasbjerre%2Fpom-downloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomasbjerre%2Fpom-downloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomasbjerre%2Fpom-downloader/lists"}