MVN

org.bsc.maven.plugin : bulk-deploy

Maven & Gradle

Oct 09, 2020
3 stars

Plugin that makes easy implementing BOM approach. It allows to install & deploy libraries from folder(s) generating BOM file.

<plugin>
    <groupId>org.bsc.maven.plugin</groupId>
    <artifactId>bulk-deploy</artifactId>
    <version>2.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bsc.maven.plugin : bulk-deploy to add to Maven - Latest Versions:

  • Latest Stable: 2.1
  • Latest Release Candidate: 2.0-rc2
  • Latest Beta: 1.0-beta2

All Versions

Choose a version of org.bsc.maven.plugin : bulk-deploy to add to Maven - All Versions:

Version Vulnerabilities Updated
2.1
bulk-deploy-2.1
2.0
bulk-deploy-2.0
bulk-deploy-2.0-rc2
bulk-deploy-2.0-rc1
1.0
bulk-deploy-1.0-beta2
bulk-deploy-1.0-beta1

How to add a plugin to Maven

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

<plugin>
    <groupId>org.bsc.maven.plugin</groupId>
    <artifactId>bulk-deploy</artifactId>
    <version>2.1</version>
</plugin>

Advertisement