How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>io.gumga</groupId>
<artifactId>gumgag</artifactId>
<version>1.7.2</version>
</plugin>
Choose a version of io.gumga : gumgag to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.7.x |
gumgag-1.7.2
|
||
gumgag-1.7.1
|
|||
gumgag-1.7.0
|
|||
1.6.x |
gumgag-1.6.0
|
||
1.5.x |
gumgag-1.5.0
|
||
1.4.x |
gumgag-1.4.0
|
||
1.3.x |
gumgag-1.3.14
|
||
gumgag-1.3.13
|
|||
gumgag-1.3.11
|
|||
gumgag-1.3.10
|
|||
gumgag-1.3.9
|
|||
gumgag-1.3.8
|
|||
gumgag-1.3.7
|
|||
gumgag-1.3.6
|
|||
gumgag-1.3.5
|
|||
gumgag-1.3.4
|
|||
gumgag-1.3.3
|
|||
gumgag-1.3.2
|
|||
gumgag-1.3.1
|
|||
gumgag-1.3.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>io.gumga</groupId>
<artifactId>gumgag</artifactId>
<version>1.7.2</version>
</plugin>
Advertisement