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.cerner.ccl.testing</groupId>
<artifactId>ccl-maven-plugin</artifactId>
<version>3.4</version>
</plugin>
Choose a version of com.cerner.ccl.testing : ccl-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.4 |
ccl-maven-plugin-3.4
|
||
3.3 |
ccl-maven-plugin-3.3
|
||
3.2 |
ccl-maven-plugin-3.2
|
||
3.1 |
ccl-maven-plugin-3.1
|
||
3.0 |
ccl-maven-plugin-3.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.cerner.ccl.testing</groupId>
<artifactId>ccl-maven-plugin</artifactId>
<version>3.4</version>
</plugin>
Advertisement