MVN

com.github.vincentrussell : jenkins-dependency-plugin

Maven & Gradle

Dec 31, 2020
0 stars

jenkins-dependency-plugin Maven Plugin · jenkins-dependency-plugin will take a lock maven2 repo and bulk upload the artifacts into a remote maven repository for http. You can upload from your local m2 repository or another directory that is in the same format.

<plugin>
    <groupId>com.github.vincentrussell</groupId>
    <artifactId>jenkins-dependency-plugin</artifactId>
    <version>1.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.vincentrussell : jenkins-dependency-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of com.github.vincentrussell : jenkins-dependency-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1
jenkins-dependency-plugin-1.1
1.0
jenkins-dependency-plugin-1.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.github.vincentrussell</groupId>
    <artifactId>jenkins-dependency-plugin</artifactId>
    <version>1.1</version>
</plugin>