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.arassec.igor</groupId>
<artifactId>igor-maven-plugin</artifactId>
<version>0.6.6</version>
</plugin>
Choose a version of com.arassec.igor : igor-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.6.x |
igor-maven-plugin-0.6.6
|
||
igor-maven-plugin-0.6.5
|
|||
igor-maven-plugin-0.6.4
|
|||
igor-maven-plugin-0.6.3
|
|||
igor-maven-plugin-0.6.2
|
|||
igor-maven-plugin-0.6.1
|
|||
igor-maven-plugin-0.6.0
|
|||
0.5.x |
igor-maven-plugin-0.5.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.arassec.igor</groupId>
<artifactId>igor-maven-plugin</artifactId>
<version>0.6.6</version>
</plugin>
Advertisement