{"id":25353780,"url":"https://github.com/mpobjects/dependency-lock-plugin","last_synced_at":"2025-10-29T22:30:49.696Z","repository":{"id":57726766,"uuid":"185815579","full_name":"mpobjects/dependency-lock-plugin","owner":"mpobjects","description":"Maven Plugin locking dependencies via producing dependencyManagement entries.","archived":false,"fork":false,"pushed_at":"2019-05-14T10:00:24.000Z","size":116,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-07-28T09:23:38.094Z","etag":null,"topics":["dependency","java","maven","maven-plugin"],"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/mpobjects.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-09T14:29:21.000Z","updated_at":"2019-05-14T09:56:45.000Z","dependencies_parsed_at":"2022-09-26T21:51:01.278Z","dependency_job_id":null,"html_url":"https://github.com/mpobjects/dependency-lock-plugin","commit_stats":null,"previous_names":[],"tags_count":2,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpobjects%2Fdependency-lock-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpobjects%2Fdependency-lock-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpobjects%2Fdependency-lock-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpobjects%2Fdependency-lock-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mpobjects","download_url":"https://codeload.github.com/mpobjects/dependency-lock-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238902605,"owners_count":19549776,"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":["dependency","java","maven","maven-plugin"],"created_at":"2025-02-14T19:55:39.166Z","updated_at":"2025-10-29T22:30:49.414Z","avatar_url":"https://github.com/mpobjects.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/mpobjects/dependency-lock-plugin.svg?branch=master)](https://travis-ci.org/mpobjects/dependency-lock-plugin)\n[![Maven Central](https://img.shields.io/maven-central/v/com.mpobjects.maven/dependency-lock-plugin.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.mpobjects.maven%22%20AND%20a:%22dependency-lock-plugin%22)\n[![Sonatype Nexus (Snapshots)](https://img.shields.io/nexus/s/https/oss.sonatype.org/com.mpobjects.maven/dependency-lock-plugin.svg)](https://oss.sonatype.org/content/repositories/snapshots/com/mpobjects/maven/dependency-lock-plugin/)\n[![License](https://img.shields.io/github/license/mpobjects/dependency-lock-plugin.svg)](https://github.com/mpobjects/dependency-lock-plugin/blob/master/LICENSE)\n\n# dependency-lock-plugin\n\nMaven Plugin which produces a POM where all dependencies have been locked down via `\u003cdependencyManagement\u003e` entries. The output POM is the original POM with additional entries to the `\u003cdependencyManagement\u003e`.\nThis mostly affects cases of version ranges, especially in transtivie dependencies. It was inspired by the [BOM builder](https://github.com/jboss/bom-builder-maven-plugin) plugin.\n\n\n# Usage\n\n```xml\n\u003cproject\u003e\n  [...]\n  \u003cbuild\u003e\n    \u003cplugins\u003e\n      \u003cplugin\u003e\n      \t\u003cgroupId\u003ecom.mpobjects.maven\u003c/groupId\u003e\n        \u003cartifactId\u003edependency-lock-plugin\u003c/artifactId\u003e\n        \u003cversion\u003e${dependency-lock-plugin.version}\u003c/version\u003e\n        \u003cexecutions\u003e\n          \u003cexecution\u003e\n            \u003cid\u003elock-dependencies\u003c/id\u003e\n            \u003cgoals\u003e\n              \u003cgoal\u003elock\u003c/goal\u003e\n            \u003c/goals\u003e\n          \u003c/execution\u003e\n        \u003c/executions\u003e\n      \u003c/plugin\u003e\n    \u003c/plugins\u003e\n  \u003c/build\u003e\n  [...]\n\u003c/project\u003e\n```\n\nMore information is available in the [plugin documentation](https://mpobjects.github.io/dependency-lock-plugin/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmpobjects%2Fdependency-lock-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmpobjects%2Fdependency-lock-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmpobjects%2Fdependency-lock-plugin/lists"}