MVN

com.github.vincentrussell : bulk-maven-repository-deploy-plugin

Maven & Gradle

Jun 12, 2020
2 stars

bulk-maven-repository-deploy-plugin Maven Plugin · bulk-maven-repository-deploy-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>bulk-maven-repository-deploy-plugin</artifactId>
    <version>1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.vincentrussell : bulk-maven-repository-deploy-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of com.github.vincentrussell : bulk-maven-repository-deploy-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
bulk-maven-repository-deploy-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>bulk-maven-repository-deploy-plugin</artifactId>
    <version>1.0</version>
</plugin>