{"id":42561965,"url":"https://github.com/subshell/resolver-maven-plugin","last_synced_at":"2026-01-28T20:32:02.370Z","repository":{"id":57727339,"uuid":"39133114","full_name":"subshell/resolver-maven-plugin","owner":"subshell","description":"A Maven plugin for resolving a version range of an artifact to the highest matching version.","archived":false,"fork":false,"pushed_at":"2023-02-03T10:26:43.000Z","size":358,"stargazers_count":1,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-28T18:47:55.384Z","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/subshell.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-07-15T11:27:09.000Z","updated_at":"2022-10-27T14:23:02.000Z","dependencies_parsed_at":"2023-02-18T05:45:31.594Z","dependency_job_id":null,"html_url":"https://github.com/subshell/resolver-maven-plugin","commit_stats":null,"previous_names":["teetrinkers/resolver-maven-plugin"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/subshell/resolver-maven-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subshell%2Fresolver-maven-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subshell%2Fresolver-maven-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subshell%2Fresolver-maven-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subshell%2Fresolver-maven-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/subshell","download_url":"https://codeload.github.com/subshell/resolver-maven-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subshell%2Fresolver-maven-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28850938,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T15:15:36.453Z","status":"ssl_error","status_checked_at":"2026-01-28T15:15:13.020Z","response_time":57,"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":"2026-01-28T20:32:01.719Z","updated_at":"2026-01-28T20:32:02.364Z","avatar_url":"https://github.com/subshell.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"Resolver Maven Plugin\n=====================\n\nA Maven plugin for resolving a version range of an artifact to the highest matching version.\n\nFor the version range format, see [GenericVersionScheme](https://github.com/eclipse/aether-core/blob/master/aether-util/src/main/java/org/eclipse/aether/util/version/GenericVersionScheme.java) from the Aether project.\n\nCommand-line example\n------------------------\n\nWhen using `-Dresolve.print -q`, the only output to the console will be the matching version number. This can be used for scripting.\n\n    mvn com.subshell.maven:resolver-maven-plugin:resolve-range \\\n        -Dresolve.groupId=org.apache.maven -Dresolve.artifactId=maven-model \\\n        \"-Dresolve.versionRange=[3.1.0, 3.3.max]\" \\\n        -Dresolve.print -q\n\npom.xml example\n---------------\n\nThis example writes the matching version number into the property `latestMavenModelVersion`.\n\n    \u003cplugin\u003e\n        \u003cgroupId\u003ecom.subshell.maven\u003c/groupId\u003e\n        \u003cartifactId\u003eresolver-maven-plugin\u003c/artifactId\u003e\n        \u003cconfiguration\u003e\n            \u003cgroupId\u003eorg.apache.maven\u003c/groupId\u003e\n            \u003cartifactId\u003emaven-model\u003c/artifactId\u003e\n            \u003cversion\u003e[3.1.0, 3.3.max]\u003c/version\u003e\n            \u003cproperty\u003elatestMavenModelVersion\u003c/property\u003e\n        \u003c/configuration\u003e\n        \u003cexecutions\u003e\n            \u003cexecution\u003e\n                \u003cgoals\u003e\n                    \u003cgoal\u003eresolve-range\u003c/goal\u003e\n                \u003c/goals\u003e\n            \u003c/execution\u003e\n        \u003c/executions\u003e\n    \u003c/plugin\u003e\n\nSystem requirements\n-------------------\n\n* Maven 3.2.5\n* Java 7\n\n* * *\n\nTake a look at this project from the [subshell](https://subshell.com) team. We make [Sophora](https://subshell.com/sophora/): a content management software for content creation, curation, and distribution. [Join our team!](https://subshell.com/jobs/) | [Imprint](https://subshell.com/about/imprint/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubshell%2Fresolver-maven-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsubshell%2Fresolver-maven-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubshell%2Fresolver-maven-plugin/lists"}