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.force</groupId>
<artifactId>maven-force-plugin</artifactId>
<version>22.0.5-BETA</version>
</plugin>
Choose a version of com.force : maven-force-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
22.0.x |
maven-force-plugin-22.0.5-BETA
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.force</groupId>
<artifactId>maven-force-plugin</artifactId>
<version>22.0.5-BETA</version>
</plugin>
Advertisement