How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.glassfish.main.hk2</groupId>
<artifactId>config-generator</artifactId>
<version>6.0.0</version>
</plugin>
Choose a version of org.glassfish.main.hk2 : config-generator to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
6.0.x |
config-generator-6.0.0
|
||
config-generator-6.0.0-RC4
|
|||
config-generator-6.0.0-RC3
|
|||
config-generator-6.0.0-RC2
|
|||
config-generator-6.0.0-RC1
|
|||
config-generator-6.0.0-M1
|
|||
5.1.x |
config-generator-5.1.0
|
||
config-generator-5.1.0-RC2
|
|||
5.0.x |
config-generator-5.0.1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.glassfish.main.hk2</groupId>
<artifactId>config-generator</artifactId>
<version>6.0.0</version>
</plugin>
Advertisement