How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>net.redora</groupId>
<artifactId>generator</artifactId>
<version>1.9.2</version>
</plugin>
Choose a version of net.redora : generator to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.9.x |
generator-1.9.2
|
||
generator-1.9.1
|
|||
1.7 |
generator-1.7
|
||
1.6 |
generator-1.6
|
||
1.5 |
generator-1.5
|
||
1.4 |
generator-1.4
|
||
1.3 |
generator-1.3
|
||
1.2 |
generator-1.2
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>net.redora</groupId>
<artifactId>generator</artifactId>
<version>1.9.2</version>
</plugin>
Advertisement