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.ebean</groupId>
<artifactId>querybean-maven-plugin</artifactId>
<version>8.2.1</version>
</plugin>
Choose a version of org.avaje.ebean : querybean-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
8.2.x |
querybean-maven-plugin-8.2.1
|
||
8.1.x |
querybean-maven-plugin-8.1.3
|
||
querybean-maven-plugin-8.1.1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.avaje.ebean</groupId>
<artifactId>querybean-maven-plugin</artifactId>
<version>8.2.1</version>
</plugin>
Advertisement