How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>me.noroutine</groupId>
<artifactId>tobacco</artifactId>
<version>1.0.15</version>
</plugin>
Choose a version of me.noroutine : tobacco to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
tobacco-1.0.15
|
||
tobacco-1.0.14
|
|||
tobacco-1.0.11
|
|||
tobacco-1.0.10
|
|||
tobacco-1.0.9
|
|||
tobacco-1.0.8
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>me.noroutine</groupId>
<artifactId>tobacco</artifactId>
<version>1.0.15</version>
</plugin>
Advertisement