https://github.com/mpobjects/dependency-lock-plugin
Maven Plugin locking dependencies via producing dependencyManagement entries.
https://github.com/mpobjects/dependency-lock-plugin
dependency java maven maven-plugin
Last synced: 8 months ago
JSON representation
Maven Plugin locking dependencies via producing dependencyManagement entries.
- Host: GitHub
- URL: https://github.com/mpobjects/dependency-lock-plugin
- Owner: mpobjects
- License: apache-2.0
- Created: 2019-05-09T14:29:21.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-14T10:00:24.000Z (about 7 years ago)
- Last Synced: 2023-07-28T09:23:38.094Z (almost 3 years ago)
- Topics: dependency, java, maven, maven-plugin
- Language: Java
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/mpobjects/dependency-lock-plugin)
[](https://search.maven.org/search?q=g:%22com.mpobjects.maven%22%20AND%20a:%22dependency-lock-plugin%22)
[](https://oss.sonatype.org/content/repositories/snapshots/com/mpobjects/maven/dependency-lock-plugin/)
[](https://github.com/mpobjects/dependency-lock-plugin/blob/master/LICENSE)
# dependency-lock-plugin
Maven Plugin which produces a POM where all dependencies have been locked down via `` entries. The output POM is the original POM with additional entries to the ``.
This 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.
# Usage
```xml
[...]
com.mpobjects.maven
dependency-lock-plugin
${dependency-lock-plugin.version}
lock-dependencies
lock
[...]
```
More information is available in the [plugin documentation](https://mpobjects.github.io/dependency-lock-plugin/).