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.ebean.tools</groupId>
<artifactId>codegen-maven-plugin</artifactId>
<version>4.2</version>
</plugin>
Choose a version of io.ebean.tools : codegen-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.2 |
codegen-maven-plugin-4.2
|
||
4.1 |
codegen-maven-plugin-4.1
|
||
3.1 |
codegen-maven-plugin-3.1
|
||
2.1 |
codegen-maven-plugin-2.1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>io.ebean.tools</groupId>
<artifactId>codegen-maven-plugin</artifactId>
<version>4.2</version>
</plugin>
Advertisement