MVN

com.mpobjects.maven : dependency-lock-plugin

Maven & Gradle

May 14, 2019
0 stars

dependency-lock-plugin Maven Plugin · Maven Plugin to lock dependencies by creating dependencyManagement entries.

<plugin>
    <groupId>com.mpobjects.maven</groupId>
    <artifactId>dependency-lock-plugin</artifactId>
    <version>1.1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mpobjects.maven : dependency-lock-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of com.mpobjects.maven : dependency-lock-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
dependency-lock-plugin-1.1.0
1.0.x
dependency-lock-plugin-1.0.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.mpobjects.maven</groupId>
    <artifactId>dependency-lock-plugin</artifactId>
    <version>1.1.0</version>
</plugin>