How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>cd.connect.common</groupId>
<artifactId>connect-gen-code-scanner</artifactId>
<version>1.3</version>
</plugin>
Choose a version of cd.connect.common : connect-gen-code-scanner to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.3 |
connect-gen-code-scanner-1.3
|
||
1.2 |
connect-gen-code-scanner-1.2
|
||
1.1 |
connect-gen-code-scanner-1.1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>cd.connect.common</groupId>
<artifactId>connect-gen-code-scanner</artifactId>
<version>1.3</version>
</plugin>
Advertisement