How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>eu.stamp-project</groupId>
<artifactId>botsing-maven</artifactId>
<version>1.0.7</version>
</plugin>
Choose a version of eu.stamp-project : botsing-maven to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
botsing-maven-1.0.7
|
||
botsing-maven-1.0.6
|
|||
botsing-maven-1.0.5
|
|||
botsing-maven-1.0.4
|
|||
botsing-maven-1.0.3
|
|||
botsing-maven-1.0.2
|
|||
botsing-maven-1.0.1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>eu.stamp-project</groupId>
<artifactId>botsing-maven</artifactId>
<version>1.0.7</version>
</plugin>
Advertisement