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>
Choose a version of org.bsc.maven.plugin : bulk-deploy to add to Maven - Latest 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
|
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