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.avaje</groupId>
<artifactId>ebean-maven-enhancement-plugin</artifactId>
<version>2.8.1</version>
</plugin>
Choose a version of org.avaje : ebean-maven-enhancement-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.8.x |
ebean-maven-enhancement-plugin-2.8.1
|
||
2.7.x |
ebean-maven-enhancement-plugin-2.7.7
|
||
ebean-maven-enhancement-plugin-2.7.4
|
|||
ebean-maven-enhancement-plugin-2.7.3
|
|||
ebean-maven-enhancement-plugin-2.7.2
|
|||
ebean-maven-enhancement-plugin-2.7.1
|
|||
ebean-maven-enhancement-plugin-2.7.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.avaje</groupId>
<artifactId>ebean-maven-enhancement-plugin</artifactId>
<version>2.8.1</version>
</plugin>
Advertisement