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.fabric8</groupId>
<artifactId>java-generator-maven-plugin</artifactId>
<version>6.8.1</version>
</plugin>
Choose a version of io.fabric8 : java-generator-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
6.8.x |
java-generator-maven-plugin-6.8.1
|
||
java-generator-maven-plugin-6.8.0
|
|||
6.7.x |
java-generator-maven-plugin-6.7.2
|
||
java-generator-maven-plugin-6.7.1
|
|||
java-generator-maven-plugin-6.7.0
|
|||
6.6.x |
java-generator-maven-plugin-6.6.2
|
||
java-generator-maven-plugin-6.6.1
|
|||
java-generator-maven-plugin-6.6.0
|
|||
6.5.x |
java-generator-maven-plugin-6.5.1
|
||
java-generator-maven-plugin-6.5.0
|
|||
6.4.x |
java-generator-maven-plugin-6.4.1
|
||
java-generator-maven-plugin-6.4.0
|
|||
6.3.x |
java-generator-maven-plugin-6.3.1
|
||
java-generator-maven-plugin-6.3.0
|
|||
6.2.x |
java-generator-maven-plugin-6.2.0
|
||
6.1.x |
java-generator-maven-plugin-6.1.1
|
||
java-generator-maven-plugin-6.1.0
|
|||
6.0.x |
java-generator-maven-plugin-6.0.0
|
||
java-generator-maven-plugin-6.0.0-RC1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>java-generator-maven-plugin</artifactId>
<version>6.8.1</version>
</plugin>
Advertisement